diff --git a/app/components/home.tsx b/app/components/home.tsx index eed821e9f..c958cf63c 100644 --- a/app/components/home.tsx +++ b/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);