fixed error
Some checks are pending
Node.js CI / cleanup (push) Waiting to run
Node.js CI / build (push) Waiting to run
Node.js CI / deploy-minified (push) Blocked by required conditions
Node.js CI / deploy-docker (push) Blocked by required conditions
Node.js CI / deploy-ipfs (push) Blocked by required conditions
Node.js CI / notify (push) Blocked by required conditions

This commit is contained in:
Theo 2024-07-29 17:02:56 -04:00
parent 848217571f
commit b4526cb4d6

View File

@ -52,7 +52,7 @@ export default {
}), }),
...mapState('relayer', ['isLoadingRelayers', 'validRelayers']), ...mapState('relayer', ['isLoadingRelayers', 'validRelayers']),
isRelayersAvailable() { isRelayersAvailable() {
return !this.isLoadingRelayers && this.validRelayers.length > 0; return !this.isLoadingRelayers && this.validRelayers.length > 0
} }
}, },
created() { created() {