remove spaces
This commit is contained in:
parent
6773ef91b2
commit
b7f269cb35
@ -51,9 +51,7 @@
|
|||||||
@change="pinValidator(`${chain}#${x.address}`)"
|
@change="pinValidator(`${chain}#${x.address}`)"
|
||||||
><span class="d-inline-block text-truncate font-weight-bold align-bottom">{{ index+1 }} {{ x.validator.moniker }}</span>
|
><span class="d-inline-block text-truncate font-weight-bold align-bottom">{{ index+1 }} {{ x.validator.moniker }}</span>
|
||||||
</b-form-checkbox>
|
</b-form-checkbox>
|
||||||
<span
|
<span v-if="missing[x.address]">
|
||||||
v-if="missing[x.address]"
|
|
||||||
>
|
|
||||||
<b-badge
|
<b-badge
|
||||||
v-if="missing[x.address].missed_blocks_counter > 0"
|
v-if="missing[x.address].missed_blocks_counter > 0"
|
||||||
v-b-tooltip.hover.v-danger
|
v-b-tooltip.hover.v-danger
|
||||||
|
Loading…
Reference in New Issue
Block a user