mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-19 12:10:17 +09:00
Update home.tsx
This commit is contained in:
parent
ad8e09d188
commit
b419e7d918
@ -618,8 +618,8 @@ export function Home() {
|
||||
(state) => [
|
||||
state.newSession,
|
||||
state.currentSessionIndex,
|
||||
state.removeSession
|
||||
],
|
||||
state.removeSession,
|
||||
]
|
||||
);
|
||||
const loading = !useHasHydrated();
|
||||
const [showSideBar, setShowSideBar] = useState(true);
|
||||
|
Loading…
Reference in New Issue
Block a user