Merge branch 'feat/chrome-extension'

This commit is contained in:
Nevo David 2025-05-12 21:26:32 +07:00
commit d8c9e8e386
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;
}, []);