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') }} /> ;