Skip to content

Commit

Permalink
score bubble: don't truncate value
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekatwikz committed May 15, 2024
1 parent 3c5fe18 commit 532db9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/panels/analysis/ScoreBubble.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function ScoreBubble({
whiteSpace: "nowrap",
})}
>
{formatScore(score.value)}
{formatScore(score.value, false)}
</Text>
</Tooltip>
</Box>
Expand Down

0 comments on commit 532db9e

Please sign in to comment.