Browse Source

Update home.tsx

Leedom 1 year ago
parent
commit
b419e7d918
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/components/home.tsx

+ 2 - 2
app/components/home.tsx

@@ -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);