feat: changes
This commit is contained in:
parent
c15b8f1ae1
commit
5f7f9b69a4
|
|
@ -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;
|
||||
}, []);
|
||||
|
|
|
|||
Loading…
Reference in New Issue