Removed unnecessary prop in root layout

This commit is contained in:
niku 2023-03-21 20:09:21 +01:00
parent 5078bc759a
commit dddd9fd666

View File

@ -19,7 +19,6 @@ export default function Layout() {
{isActive ? ( {isActive ? (
<Stack <Stack
screenOptions={{ headerRight: LogoutButton, headerTitle: "PVERN" }} screenOptions={{ headerRight: LogoutButton, headerTitle: "PVERN" }}
initialRouteName="/test"
/> />
) : ( ) : (
<Auth /> <Auth />