diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-12 02:56:59 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-12 02:56:59 -0700 |
| commit | 108938f881f03355107358977d1550737486ca04 (patch) | |
| tree | 2668fd0ccc1421ca5cad993611f9f46e184dc514 /frontend/src/components/displays/GenericScoreDisplay.tsx | |
| parent | 4cbd26044046289ada09e5fe4ca4c3b35ca6b173 (diff) | |
implement MUSIC DIVER score tracking
Diffstat (limited to 'frontend/src/components/displays/GenericScoreDisplay.tsx')
| -rw-r--r-- | frontend/src/components/displays/GenericScoreDisplay.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/components/displays/GenericScoreDisplay.tsx b/frontend/src/components/displays/GenericScoreDisplay.tsx index 054f7de..2e5a1aa 100644 --- a/frontend/src/components/displays/GenericScoreDisplay.tsx +++ b/frontend/src/components/displays/GenericScoreDisplay.tsx @@ -70,6 +70,7 @@ const ScoreDisplay: React.FC<ScoreDisplayProps> = ({ "score", "difficulty", "lamp", + "rank", "diff_lamp", "percent", "rating", |
