feat: changes

This commit is contained in:
Nevo David 2025-05-12 21:26:12 +07:00
parent c15b8f1ae1
commit 5f7f9b69a4
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ import { usePathname } from 'next/navigation';
export const StandaloneModal: FC = () => {
const fetch = useFetch();
const params = usePathname();
const style = params.split('/').pop();
const load = useCallback(async (path: string) => {
return (await (await fetch(path)).json()).integrations;
}, []);