Removed the header on the play page
This commit is contained in:
@@ -55,7 +55,7 @@ const protectedRoutes = () =>
|
|||||||
options: { headerShown: false },
|
options: { headerShown: false },
|
||||||
link: '/V2',
|
link: '/V2',
|
||||||
},
|
},
|
||||||
Play: { component: PlayView, options: { title: translate('play') }, link: '/play/:songId' },
|
Play: { component: PlayView, options: { headerShown: false, title: translate("play") }, link: '/play/:songId' },
|
||||||
Settings: {
|
Settings: {
|
||||||
component: SettingsTab,
|
component: SettingsTab,
|
||||||
options: { headerShown: false },
|
options: { headerShown: false },
|
||||||
|
|||||||
Reference in New Issue
Block a user