diff options
Diffstat (limited to 'app/(tabs)/_layout.tsx')
-rw-r--r-- | app/(tabs)/_layout.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/(tabs)/_layout.tsx b/app/(tabs)/_layout.tsx index e6852d9..71673d1 100644 --- a/app/(tabs)/_layout.tsx +++ b/app/(tabs)/_layout.tsx @@ -34,15 +34,15 @@ export default function TabLayout() { /> <Tabs.Screen name="alerts/[id]" - options={{href: null}} + options={{ href: null }} /> <Tabs.Screen name="notifications/index" - options={{href: null}} + options={{ href: null }} /> <Tabs.Screen name="notifications/[id]" - options={{href: null}} + options={{ href: null }} /> </Tabs> ); |