forked from cerc-io/cosmos-explorer
fix issue
This commit is contained in:
parent
3a3ffd5e36
commit
2094c2c48d
@ -254,7 +254,7 @@ async function update() {
|
||||
<h2 class="text-sm card-title text-error mb-6">
|
||||
{{ $t('consensus.updated_at') }} {{ newTime || '' }}
|
||||
</h2>
|
||||
<div v-for="item in roundState.height_vote_set.reverse()" :key="item.round">
|
||||
<div v-for="item in roundState.height_vote_set" :key="item.round">
|
||||
<div class="text-xs mb-1">{{ $t('consensus.round') }}: {{ item.round }}</div>
|
||||
<div class="text-xs break-words">{{ item.prevotes_bit_array }}</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user