Skip to content

Commit

Permalink
fix: MET-2055 update tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-TaiTruong committed May 9, 2024
1 parent d5f35e2 commit 3d2f47d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/GovernanceVotes/OverallVote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -364,11 +364,7 @@ const OverallVote: React.FC<{ data: GovernanceVoteDetail | null; voteId: string;
<CustomTooltip
key={i}
title={
disableButtonSelect(i)
? i === "SPOs"
? t("drep.SPODisable")
: t("drep.CCÏDisable")
: undefined
disableButtonSelect(i) ? (i === "SPOs" ? t("drep.SPODisable") : t("drep.CCDisable")) : undefined
}
>
<Box display={"inline-block"}>
Expand Down

0 comments on commit 3d2f47d

Please sign in to comment.