improve UX

This commit is contained in:
liangping 2021-11-18 17:49:26 +08:00
parent bb87305e84
commit e4dab58683
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
class="mb-1"
>
<b-button
:href="`./uptime/my`"
to="./uptime/my"
variant="primary"
>
Browse favourate only

View File

@ -51,7 +51,7 @@ export default {
const validators = []
pinned[x].forEach(address => {
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
})