Ver código fonte

Update home.tsx

Leedom 1 ano atrás
pai
commit
b419e7d918
1 arquivos alterados com 2 adições e 2 exclusões
  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);