aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/displays/GenericScoreDisplay.tsx
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-08-27 16:59:50 -0700
committerPinapelz <yukais@pinapelz.com>2025-08-27 16:59:50 -0700
commit2383a8ba0ad99937396230333f10c59050ddf5c5 (patch)
treee0965e34096d9093042d2d7788e1fd2915fe32f9 /frontend/src/components/displays/GenericScoreDisplay.tsx
parentb42742839af8e126520acd17cdd3aa6303634d60 (diff)
drs: track and display playstyle for each chart (1/2 players)
Diffstat (limited to 'frontend/src/components/displays/GenericScoreDisplay.tsx')
-rw-r--r--frontend/src/components/displays/GenericScoreDisplay.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/components/displays/GenericScoreDisplay.tsx b/frontend/src/components/displays/GenericScoreDisplay.tsx
index 255c804..4201d95 100644
--- a/frontend/src/components/displays/GenericScoreDisplay.tsx
+++ b/frontend/src/components/displays/GenericScoreDisplay.tsx
@@ -62,6 +62,7 @@ const ScoreDisplay: React.FC<ScoreDisplayProps> = ({
date: "Date",
time: "Time",
username: "Username",
+ num_players: "Players"
};
const primaryKeys = ["title", "artist", "song"];
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage