remove spaces
This commit is contained in:
parent
6773ef91b2
commit
b7f269cb35
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user