Skip to content

Commit

Permalink
Merge pull request #2846 from threefoldtech/dev_fix_network_err
Browse files Browse the repository at this point in the history
fix mycelium check for network error
  • Loading branch information
amiraabouhadid authored Jun 4, 2024
2 parents 0dc37b1 + 16f5ed6 commit 5120db5
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 5120db5

Please sign in to comment.