format obstacles
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m25s
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m25s
This commit is contained in:
parent
2a681e6b32
commit
3c4406c4b7
@ -45,7 +45,11 @@ export function MapStats({ leaderboard, beatSaver }: MapAndScoreData) {
|
|||||||
icon={<BombIcon className="w-4 h-4" />}
|
icon={<BombIcon className="w-4 h-4" />}
|
||||||
value={formatNumberWithCommas(mapDiff.bombs)}
|
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>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user