浏览代码

Update home.tsx

Leedom 1 年之前
父节点
当前提交
b419e7d918
共有 1 个文件被更改,包括 2 次插入2 次删除
  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);