Skip to content

Commit

Permalink
refactor: hid unused cog
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali-98 committed Feb 24, 2024
1 parent 9ad20c5 commit f36cd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ChatMenu/ChatMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const ChatMenu = () => {
<Stack.Screen
options={{
title: '',
headerRight: () => (showDrawer ? headerViewRightSettings : headerViewRight),
headerRight: () => !showDrawer && headerViewRight,
headerLeft: () => headerViewLeft,
}}
/>
Expand Down

0 comments on commit f36cd33

Please sign in to comment.