From 5ee7d92337197ebb09ff802f9943e9692cb88f1e Mon Sep 17 00:00:00 2001 From: Santo Cariotti <santo@dcariotti.me> Date: Mon, 23 Sep 2024 10:31:38 +0200 Subject: Use alertd service --- app/(tabs)/_layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/(tabs)/_layout.tsx') 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> ); -- cgit v1.2.3-18-g5258