Skip to content

Commit

Permalink
unset initial showModal
Browse files Browse the repository at this point in the history
  • Loading branch information
brucedonovan committed Jul 20, 2023
1 parent 81ee347 commit 873cdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contexts/ChatContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const initialContext = {
setInteractor: (arg0: string) => {},
connectionStatus: ReadyState.UNINSTANTIATED,

showShareModal: true,
showShareModal: false,
setShowShareModal: (value: boolean) => {},
shareChat: () => {},
};
Expand Down

0 comments on commit 873cdea

Please sign in to comment.