show empty instead of 0
This commit is contained in:
parent
4a375f58d0
commit
903e3cbae9
@ -72,7 +72,7 @@ const grid = computed(() => {
|
||||
base64: v.base64,
|
||||
blocks: padding(blockColors.value[v.base64] || []),
|
||||
uptime,
|
||||
missed_blocks_counter: signing?.missed_blocks_counter || 0,
|
||||
missed_blocks_counter: signing?.missed_blocks_counter,
|
||||
signing
|
||||
} as ValidatorUnit;
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user