Skip to content

Commit

Permalink
Hide number tooltip on counters basically showing the same number twice
Browse files Browse the repository at this point in the history
  • Loading branch information
PvtVoid committed May 27, 2024
1 parent 5d72dd1 commit 6ab3d98
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export const CountersOverlay = ({
{!!numTotal && (
<div
className={styles.number}
title={`${numTotal} ${numDescriptionFinal}`}
>
<div className={styles.text}>{numTotal}</div>
</div>
Expand Down

0 comments on commit 6ab3d98

Please sign in to comment.