aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/displays/ReflecBeatScoreDisplay.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/displays/ReflecBeatScoreDisplay.tsx')
-rw-r--r--frontend/src/components/displays/ReflecBeatScoreDisplay.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/src/components/displays/ReflecBeatScoreDisplay.tsx b/frontend/src/components/displays/ReflecBeatScoreDisplay.tsx
index 39ea4f7..b11983e 100644
--- a/frontend/src/components/displays/ReflecBeatScoreDisplay.tsx
+++ b/frontend/src/components/displays/ReflecBeatScoreDisplay.tsx
@@ -189,7 +189,9 @@ const ReflecBeatScoreDisplay: React.FC<ScoreDisplayProps> = ({
([key]) =>
!mainStatKeys.includes(key) &&
!expandableKeys.includes(key) &&
- key !== "timestamp",
+ key !== "timestamp" &&
+ key !== "title" &&
+ key !== "artist",
);
return {
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage