diff --git a/ui/src/app/containers/CollectionsLeaderboardScreen.tsx b/ui/src/app/containers/CollectionsLeaderboardScreen.tsx index 71339b107..df68f5aa9 100644 --- a/ui/src/app/containers/CollectionsLeaderboardScreen.tsx +++ b/ui/src/app/containers/CollectionsLeaderboardScreen.tsx @@ -114,19 +114,7 @@ const ScoreGraph: React.FC = ({ (score.gamesPlayed / maxGamesPlayable) * 100 }%`, }} - > - {score.gamesPlayed > 0 && ( - {`${Math.round( - (score.gamesPlayed / maxGamesPlayable) * 100 - )}%`} - )} - + /> {score.xp > 0 && ( {formatXP(score.xp)} XP @@ -160,26 +148,12 @@ const ScoreGraph: React.FC = ({ style={{ width: `${(score.gamesPlayed / maxGamesPlayable) * 100}%`, }} - > - {score.gamesPlayed > 0 && ( - {`${Math.round( - (score.gamesPlayed / maxGamesPlayable) * 100 - )}%`} - )} - + /> {score.xp > 0 && (