From bb3103e7491a828d1d2a412e67c86bf806361d4b Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Sun, 30 Apr 2023 16:48:32 +0000 Subject: [PATCH] update: add router link uptime consensus to validator Author: liangping <18786721@qq.com> Co-authored-by: Salman Wahib --- src/modules/[chain]/uptime/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/modules/[chain]/uptime/index.vue b/src/modules/[chain]/uptime/index.vue index 81abf7ae..ce53abd8 100644 --- a/src/modules/[chain]/uptime/index.vue +++ b/src/modules/[chain]/uptime/index.vue @@ -6,6 +6,8 @@ import UptimeBar from '@/components/UptimeBar.vue'; import type { Commit } from '@/types' import { consensusPubkeyToHexAddress, valconsToBase64 } from "@/libs"; +const props = defineProps(['chain']) + const stakingStore = useStakingStore(); const baseStore = useBaseStore(); const chainStore = useBlockchain() @@ -78,7 +80,7 @@ onUnmounted(() => {
- {{i + 1}}. {{v.description.moniker}} + {{i + 1}}. {{v.description.moniker}} {{ signingInfo[consensusPubkeyToHexAddress(v.consensus_pubkey)]?.missed_blocks_counter }} {{ signingInfo[consensusPubkeyToHexAddress(v.consensus_pubkey)]?.missed_blocks_counter }}