From 0d6d76bb8547677d06d2860c20a64c88d7984cd0 Mon Sep 17 00:00:00 2001 From: DinhTran Date: Wed, 3 Apr 2024 10:43:34 +0700 Subject: [PATCH] fix: add min height chart gov --- src/components/GovernanceVotes/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/GovernanceVotes/index.tsx b/src/components/GovernanceVotes/index.tsx index 7f1c099db9..bcdb7cc027 100644 --- a/src/components/GovernanceVotes/index.tsx +++ b/src/components/GovernanceVotes/index.tsx @@ -696,7 +696,7 @@ const VoteRate = ({ data }: { data?: GovernanceVoteChart | VotingChart | null }) }, [JSON.stringify(data)]); return ( - + 0 ? formatPercent((data?.numberOfYesVote || 0) / totalVote) : 0} color={theme.palette.success[700]}