format obstacles
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m25s

This commit is contained in:
Lee 2024-10-23 17:59:56 +01:00
parent 2a681e6b32
commit 3c4406c4b7

@ -45,7 +45,11 @@ export function MapStats({ leaderboard, beatSaver }: MapAndScoreData) {
icon={<BombIcon className="w-4 h-4" />}
value={formatNumberWithCommas(mapDiff.bombs)}
/>
<StatValue name="Obstacles" icon={<BrickWallIcon className="w-4 h-4" />} value={mapDiff.obstacles} />
<StatValue
name="Obstacles"
icon={<BrickWallIcon className="w-4 h-4" />}
value={formatNumberWithCommas(mapDiff.obstacles)}
/>
</div>
)}
</div>