diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-23 10:31:38 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-23 10:31:38 +0200 |
commit | 5ee7d92337197ebb09ff802f9943e9692cb88f1e (patch) | |
tree | fd279434832fc469d8860639400b93538011f7db /app/(tabs)/_layout.tsx | |
parent | 23077b2d6fcbf3995e590ddf2ff3bc50f5b8d362 (diff) |
Use alertd service
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> ); |