From afa173483a9d51f8b1fe65eee122eeb02937cb05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Thu, 23 Feb 2023 23:25:47 +0100 Subject: [PATCH] added a truncated Text on SongLobbyView for song name --- front/views/SongLobbyView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }`}