Explorar o código

Update home.tsx

Leedom hai 1 ano
pai
achega
b419e7d918
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      app/components/home.tsx

+ 2 - 2
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);