forked from XiaoMo/ChatGPT-Next-Web
Update home.tsx
This commit is contained in:
parent
ad8e09d188
commit
b419e7d918
@ -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…
x
Reference in New Issue
Block a user