Skip to content

Commit

Permalink
fix: add character button missing on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali-98 committed Nov 5, 2024
1 parent 7ad755a commit 6aa70dd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/components/ChatMenu/ChatMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,7 @@ const ChatMenu = () => {
options={{
title: '',
headerLeft: () => headerViewLeft,

headerRight: () => {
if (chat) return headerViewRight
},
...(chat ? { headerRight: () => headerViewRight } : {}),
}}
/>

Expand Down

0 comments on commit 6aa70dd

Please sign in to comment.