diff options
Diffstat (limited to 'src/routes')
-rw-r--r-- | src/routes/main/MainStackScreen.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/routes/main/MainStackScreen.tsx b/src/routes/main/MainStackScreen.tsx index 64060554..47e16aed 100644 --- a/src/routes/main/MainStackScreen.tsx +++ b/src/routes/main/MainStackScreen.tsx @@ -188,9 +188,6 @@ const MainStackScreen: React.FC<MainStackProps> = ({route}) => { <MainStack.Screen name="ChoosingCategoryScreen" component={ChoosingCategoryScreen} - options={{ - ...headerBarOptions('white', 'Categories'), - }} /> <MainStack.Screen name="SocialMediaTaggs" |