improve UX
This commit is contained in:
parent
bb87305e84
commit
e4dab58683
@ -14,7 +14,7 @@
|
|||||||
class="mb-1"
|
class="mb-1"
|
||||||
>
|
>
|
||||||
<b-button
|
<b-button
|
||||||
:href="`./uptime/my`"
|
to="./uptime/my"
|
||||||
variant="primary"
|
variant="primary"
|
||||||
>
|
>
|
||||||
Browse favourate only
|
Browse favourate only
|
||||||
|
@ -51,7 +51,7 @@ export default {
|
|||||||
const validators = []
|
const validators = []
|
||||||
pinned[x].forEach(address => {
|
pinned[x].forEach(address => {
|
||||||
const val = cached.find(v => address === consensusPubkeyToHexAddress(v.consensus_pubkey))
|
const val = cached.find(v => address === consensusPubkeyToHexAddress(v.consensus_pubkey))
|
||||||
validators.push({ address, validator: val.description })
|
if (val) validators.push({ address, validator: val.description })
|
||||||
})
|
})
|
||||||
chainVals[x] = validators
|
chainVals[x] = validators
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user