We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7491514 commit d786eafCopy full SHA for d786eaf
1 file changed
pages/faucet.vue
@@ -72,7 +72,7 @@ const isLoading = ref(false)
72
const address = ref("")
73
const account = ref()
74
const networks = ["Mocha", "Arabica", "Mammoth"]
75
-const network = ref(networks.find(n => n === getNetworkName()) || networks[0].toLowerCase())
+const network = ref((networks.find(n => n === getNetworkName()) || networks[0]).toLowerCase())
76
77
const isNetworkSelectorOpen = ref(false)
78
const fetchAccount = async() => {
0 commit comments