make acc chart 3 places
All checks were successful
Deploy Website / deploy (push) Successful in 5m19s
All checks were successful
Deploy Website / deploy (push) Successful in 5m19s
This commit is contained in:
@ -55,7 +55,7 @@ const renderChange = (player: ScoreSaberPlayer, type: "rank" | "countryRank" | "
|
||||
if (value == 0) {
|
||||
return 0;
|
||||
}
|
||||
return type == "pp" ? formatPp(value) : formatNumberWithCommas(value);
|
||||
return type == "pp" ? formatPp(value) + "pp" : formatNumberWithCommas(value);
|
||||
};
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user