Update src/components/player/PlayerInfo.tsx
All checks were successful
deploy / deploy (push) Successful in 55s
All checks were successful
deploy / deploy (push) Successful in 55s
This commit is contained in:
parent
49eb341cb6
commit
dd7f78b662
@ -222,12 +222,6 @@ export default function PlayerInfo({ playerData }: PlayerInfoProps) {
|
|||||||
|
|
||||||
{hasLocalScores && (
|
{hasLocalScores && (
|
||||||
<>
|
<>
|
||||||
<Label
|
|
||||||
title="Total Scores"
|
|
||||||
className="bg-blue-500"
|
|
||||||
hoverValue="Total amount of scores set"
|
|
||||||
value={`${formatNumber(getTotalScores(playerId))}`}
|
|
||||||
/>
|
|
||||||
<Label
|
<Label
|
||||||
title="Top PP"
|
title="Top PP"
|
||||||
className="bg-[#8992e8]"
|
className="bg-[#8992e8]"
|
||||||
|
Loading…
Reference in New Issue
Block a user