From 3b24cefd3fcff29b5fafef6c48b5af8f4b3f17b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Tue, 28 Nov 2023 00:08:04 +0100 Subject: [PATCH] Removed the header on the play page --- front/Navigation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/Navigation.tsx b/front/Navigation.tsx index 8b43e4d..0e9ab1b 100644 --- a/front/Navigation.tsx +++ b/front/Navigation.tsx @@ -55,7 +55,7 @@ const protectedRoutes = () => options: { headerShown: false }, 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: { component: SettingsTab, options: { headerShown: false },