Update home.tsx

main
Leedom 3 years ago committed by GitHub
parent ad8e09d188
commit b419e7d918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -618,8 +618,8 @@ export function Home() {
(state) => [ (state) => [
state.newSession, state.newSession,
state.currentSessionIndex, state.currentSessionIndex,
state.removeSession state.removeSession,
], ]
); );
const loading = !useHasHydrated(); const loading = !useHasHydrated();
const [showSideBar, setShowSideBar] = useState(true); const [showSideBar, setShowSideBar] = useState(true);

Loading…
Cancel
Save