forked from cerc-io/cosmos-explorer
improve UX
This commit is contained in:
parent
bb87305e84
commit
e4dab58683
@ -14,7 +14,7 @@
|
||||
class="mb-1"
|
||||
>
|
||||
<b-button
|
||||
:href="`./uptime/my`"
|
||||
to="./uptime/my"
|
||||
variant="primary"
|
||||
>
|
||||
Browse favourate only
|
||||
|
@ -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
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user