spend rounded to 4 (#11013)

This commit is contained in:
tanjiro 2025-05-22 01:55:44 +09:00 committed by GitHub
parent 3322b282f8
commit de5ec3fd9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -665,7 +665,7 @@ const Teams: React.FC<TeamProps> = ({
overflow: "hidden",
}}
>
{team["spend"]}
{Number(team["spend"]).toFixed(4)}
</TableCell>
<TableCell
style={{