From b419e7d918c7213d865537154866df0faf46f6b5 Mon Sep 17 00:00:00 2001 From: Leedom <30711792+leedom92@users.noreply.github.com> Date: Sun, 2 Apr 2023 02:56:45 +0800 Subject: [PATCH] Update home.tsx --- app/components/home.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/home.tsx b/app/components/home.tsx index eed821e9f..c958cf63c 100644 --- a/app/components/home.tsx +++ b/app/components/home.tsx @@ -618,8 +618,8 @@ export function Home() { (state) => [ state.newSession, state.currentSessionIndex, - state.removeSession - ], + state.removeSession, + ] ); const loading = !useHasHydrated(); const [showSideBar, setShowSideBar] = useState(true);