diff options
Diffstat (limited to 'frontend/src/components/displays/DivaScoreDisplay.tsx')
| -rw-r--r-- | frontend/src/components/displays/DivaScoreDisplay.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/src/components/displays/DivaScoreDisplay.tsx b/frontend/src/components/displays/DivaScoreDisplay.tsx index 3870fd3..9e4a47f 100644 --- a/frontend/src/components/displays/DivaScoreDisplay.tsx +++ b/frontend/src/components/displays/DivaScoreDisplay.tsx @@ -231,7 +231,9 @@ const DivaScoreDisplay: React.FC<ScoreDisplayProps> = ({ ([key]) => !mainStatKeys.includes(key) && !expandableKeys.includes(key) && - key !== "timestamp", + key !== "timestamp" && + key !== "title" && + key !== "artist" ); return { |
