Skip to content

Commit

Permalink
chore: remove unused tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
icfor committed Apr 11, 2024
1 parent e3e26a0 commit 7bc02b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const StakingDataBox = ({ network, onFocusContent }: PopOverProps) => {
{!!unstakedTokens && (
<div className={styles.unbonding}>
<div>{t("unstakedTokens")}</div>
<div data-tooltip-id={tooltipId}>{formatCoin(unstakedTokens)}</div>
<div>{formatCoin(unstakedTokens)}</div>
</div>
)}
{!!stakeAccounts?.length && (
Expand Down

0 comments on commit 7bc02b6

Please sign in to comment.