Skip to content

Commit

Permalink
biome style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shanaka95 committed Feb 1, 2025
1 parent 557608d commit ff54efd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/src/routes/AuthRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ export const AuthRoutes: React.FC = () => {
gestureHandlerProps: { enabled: false }
}}
/>
<AuthDrawer.Screen
name={Screens.Home}
component={Home}
options={{
<AuthDrawer.Screen
name={Screens.Home}
component={Home}
options={{
headerShown: false,
gestureHandlerProps: { enabled: false }
}}
}}
/>
<AuthDrawer.Screen
name={Screens.Profile}
Expand Down

0 comments on commit ff54efd

Please sign in to comment.