mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 13:00:25 +02:00
fix list filters
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { NuqsAdapter } from '@offlegacy/nuqs-hash-router';
|
||||
import isElectron from 'is-electron';
|
||||
import { useMemo } from 'react';
|
||||
import { Navigate, Outlet } from 'react-router';
|
||||
@@ -43,9 +42,5 @@ export const AppOutlet = () => {
|
||||
return <Navigate replace to={AppRoute.ACTION_REQUIRED} />;
|
||||
}
|
||||
|
||||
return (
|
||||
<NuqsAdapter>
|
||||
<Outlet />
|
||||
</NuqsAdapter>
|
||||
);
|
||||
return <Outlet />;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user