fix ShortPathOutlet
This commit is contained in:
parent
fc607acbb4
commit
11c3091269
@ -989,8 +989,7 @@ function ShortPathOutlet(props: IShortPathOutletProps): JSX.Element {
|
|||||||
error: "Something went wrong",
|
error: "Something went wrong",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
}, [api, productKey, token, user?.email]);
|
||||||
}, [token, user?.email]);
|
|
||||||
|
|
||||||
const { data, isPending } = useApiCall(loadData);
|
const { data, isPending } = useApiCall(loadData);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user