Browse Source

Update home.tsx

Leedom 1 năm trước cách đây
mục cha
commit
b419e7d918
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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);