Skip to content

Commit

Permalink
Merge pull request #3438 from cardano-foundation/feat/MET-2055-update…
Browse files Browse the repository at this point in the history
…-Governance-votes

fix: MET-2055 update tooltip
  • Loading branch information
Sotatek-TaiTruong committed May 9, 2024
2 parents dbe997a + 3d2f47d commit 2505b76
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 2505b76

Please sign in to comment.