Removed unnecessary prop in root layout
This commit is contained in:
parent
5078bc759a
commit
dddd9fd666
@ -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 />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user