remove spaces

This commit is contained in:
liangping 2022-05-05 11:44:42 +08:00
parent 6773ef91b2
commit b7f269cb35

View File

@ -51,9 +51,7 @@
@change="pinValidator(`${chain}#${x.address}`)"
><span class="d-inline-block text-truncate font-weight-bold align-bottom">{{ index+1 }} {{ x.validator.moniker }}</span>
</b-form-checkbox>
<span
v-if="missing[x.address]"
>
<span v-if="missing[x.address]">
<b-badge
v-if="missing[x.address].missed_blocks_counter > 0"
v-b-tooltip.hover.v-danger