Update home.tsx

This commit is contained in:
Leedom 2023-04-02 02:56:45 +08:00 committed by GitHub
parent c48c044b58
commit 647002ab6b

View File

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