This commit is contained in:
parent
3967ea76e0
commit
832f4eebe5
@ -77,7 +77,7 @@ export const options: any = {
|
||||
label(context: any) {
|
||||
switch (context.dataset.label) {
|
||||
case "Rank": {
|
||||
return `Rank #${formatNumber(context.parsed.y.toFixed(0))}`;
|
||||
return `Rank #${formatNumber(Number(context.parsed.y))}`;
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -91,10 +91,10 @@ export default function Score({
|
||||
</div>
|
||||
</TooltipTrigger>
|
||||
<TooltipContent>
|
||||
<div>
|
||||
<>
|
||||
<p className="font-bold">Difficulty</p>
|
||||
<p>{diffName}</p>
|
||||
</div>
|
||||
</>
|
||||
</TooltipContent>
|
||||
</Tooltip>
|
||||
) : (
|
||||
|
Loading…
Reference in New Issue
Block a user