Skip to content

Commit

Permalink
fix mycelium check for network error
Browse files Browse the repository at this point in the history
  • Loading branch information
amiraabouhadid committed Jun 3, 2024
1 parent 17d861b commit 16f5ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/src/components/networks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default {
props.ipv6 === null &&
props.planetary === null &&
props.wireguard === null &&
props.mycelium
props.mycelium === null
) {
throw new Error("You must provide at least one network option");
}
Expand Down

0 comments on commit 16f5ed6

Please sign in to comment.