From 258151a07fe4f86afe7f9ec075720190ef506abd Mon Sep 17 00:00:00 2001 From: Arthi-chaud Date: Tue, 24 Jan 2023 18:29:31 +0000 Subject: [PATCH] Front: Fix Play page routin --- front/Navigation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/Navigation.tsx b/front/Navigation.tsx index c82ce1b..128d0c1 100644 --- a/front/Navigation.tsx +++ b/front/Navigation.tsx @@ -18,10 +18,10 @@ import { RootState, useSelector } from './state/Store'; const Stack = createNativeStackNavigator(); export const protectedRoutes = <> - PlayView({ songId: 1 })} options={{ title: translate('play') }} /> + PlayView({ songId: 1 })} options={{ title: translate('play') }} /> ;