diff --git a/front/views/SongLobbyView.tsx b/front/views/SongLobbyView.tsx index ef699ff..2200659 100644 --- a/front/views/SongLobbyView.tsx +++ b/front/views/SongLobbyView.tsx @@ -40,7 +40,7 @@ const SongLobbyView = () => { - {songQuery.data!.name} + {songQuery.data!.name} `${level} - ${ chaptersQuery.data!.reduce((a, b) => a + b.difficulty, 0) / chaptersQuery.data!.length }`}