This commit is contained in:
Clément Le Bihan
2023-11-28 18:01:54 +01:00
parent 84ea0b3743
commit 95da2cc500
5 changed files with 42 additions and 36 deletions
+5 -1
View File
@@ -55,7 +55,11 @@ const protectedRoutes = () =>
options: { headerShown: false },
link: '/V2',
},
Play: { component: PlayView, options: { headerShown: false, title: translate("play") }, link: '/play/:songId' },
Play: {
component: PlayView,
options: { headerShown: false, title: translate('play') },
link: '/play/:songId',
},
Settings: {
component: SettingsTab,
options: { headerShown: false },