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
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:
parent
848217571f
commit
b4526cb4d6
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user