Skip to content

Commit b183995

Browse files
authored
fix (mobile): remove duplicated screen tabs (#148)
* makefile to install for all clients * cmd to start dev mobile and web servers * fix duplicated screens * undiff
1 parent e4063fa commit b183995

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

clients/mobile/app/(tabs)/_layout.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,6 @@ export default function TabLayout() {
4242
tabBarIcon: ({ color }) => <IconSymbol size={28} name="person.3.fill" color={color} />,
4343
}}
4444
/>
45-
<Tabs.Screen
46-
name="guests"
47-
options={{
48-
title: 'Guests',
49-
tabBarIcon: ({ color }) => <IconSymbol size={28} name="person.3.fill" color={color} />,
50-
}}
51-
/>
5245
</Tabs>
5346
);
5447
}

0 commit comments

Comments
 (0)