Skip to content

Commit

Permalink
fix(fixed-conflicts): fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtabBukhari committed Aug 19, 2024
2 parents 39858b2 + 2ab2851 commit 495b4ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/App/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ export const App = () => {
s.chatInterfaceFeatureFlag,
])

useEffect(() => {
if (!splashDataLoading) {
setUniverseQuestionIsOpen()
}
}, [splashDataLoading, setUniverseQuestionIsOpen])

const socket: Socket | undefined = useSocket()

const form = useForm<{ search: string }>({ mode: 'onChange' })
Expand Down

0 comments on commit 495b4ca

Please sign in to comment.