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",
|
||||
};
|
||||
}
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [token, user?.email]);
|
||||
}, [api, productKey, token, user?.email]);
|
||||
|
||||
const { data, isPending } = useApiCall(loadData);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user