Skip to content

Commit

Permalink
Remove Test screen
Browse files Browse the repository at this point in the history
  • Loading branch information
pnv2003 committed Jun 6, 2024
1 parent fcaf009 commit 66e8f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Navigation/Appbar/MainAppbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const MainAppbar: FC<NativeStackHeaderProps> = ({ navigation, route, opti
<Appbar.Header>
<Appbar.Content title="Finwise" />

<Appbar.Action icon="alpha-t-box" onPress={() => { navigation.navigate(RootScreens.TEST); }} />
{/* <Appbar.Action icon="alpha-t-box" onPress={() => { navigation.navigate(RootScreens.TEST); }} /> */}
<Appbar.Action icon="logout" onPress={() => {
// TODO: logout (clear user info and disable back action)
navigation.navigate(RootScreens.LOGIN);
Expand Down

0 comments on commit 66e8f7c

Please sign in to comment.