From b326cf8b3b014ea027225e183549838792fea787 Mon Sep 17 00:00:00 2001 From: eshark9312 Date: Thu, 1 Feb 2024 01:55:33 -0500 Subject: [PATCH] fix --- .../ui/src/validators/components/statistics/ValidatorsState.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/validators/components/statistics/ValidatorsState.tsx b/packages/ui/src/validators/components/statistics/ValidatorsState.tsx index 2abc3e5d90..351a7e00bd 100644 --- a/packages/ui/src/validators/components/statistics/ValidatorsState.tsx +++ b/packages/ui/src/validators/components/statistics/ValidatorsState.tsx @@ -28,7 +28,7 @@ export const ValidatorsState = ({ Nominator (Active / Total) - {`${activeNominatorsCount > 0 ? activeValidatorsCount : '-'} / ${ + {`${activeNominatorsCount > 0 ? activeNominatorsCount : '-'} / ${ activeNominatorsCount && allNominatorsCount ? allNominatorsCount : '-' }`}