From 1eb732282911a38e8c8d380f8b31b46ee67cb734 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 13 Oct 2025 13:08:00 -0700 Subject: fix: add rb score display to chart view --- frontend/src/pages/Chart.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'frontend/src/pages') diff --git a/frontend/src/pages/Chart.tsx b/frontend/src/pages/Chart.tsx index ed3f648..346efd0 100644 --- a/frontend/src/pages/Chart.tsx +++ b/frontend/src/pages/Chart.tsx @@ -10,6 +10,7 @@ import MusicDiverDisplay from "../components/displays/MusicDiverScoreDisplay"; import SongInfoDisplay from "../components/modals/SongInfoDisplay"; import DancearoundScoreDisplay from "../components/displays/DancearoundScoreDisplay"; import NostalgiaScoreDisplay from "../components/displays/NostalgiaScoreDisplay"; +import ReflecBeatScoreDisplay from "../components/displays/ReflecBeatScoreDisplay"; type SortField = string; type SortDirection = "asc" | "desc"; @@ -252,6 +253,18 @@ const Chart = () => { hideTitleArtist={true} /> ); + case "reflecbeat": + return ( + + ); default: return (