add bombs to miss count
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 41s
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m30s

This commit is contained in:
Lee
2024-10-22 17:35:14 +01:00
parent 36ab7eb4cf
commit 9c20aff89d
2 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ export default function ScoreMissesBadge({ score, hideXMark }: ScoreMissesBadgeP
fullCombo={scoreImprovement.fullCombo}
>
<div className="flex gap-1 items-center">
{previousScoreMisses.missedNotes == 0 ? (
{scoreImprovement.fullCombo ? (
<p className="text-green-400">FC</p>
) : (
formatNumberWithCommas(previousScoreMisses.misses)