spend rounded to 4 (#11013)

This commit is contained in:
tanjiro
2025-05-21 09:55:44 -07:00
committed by GitHub
parent 3322b282f8
commit de5ec3fd9a
@@ -665,7 +665,7 @@ const Teams: React.FC<TeamProps> = ({
overflow: "hidden",
}}
>
{team["spend"]}
{Number(team["spend"]).toFixed(4)}
</TableCell>
<TableCell
style={{