fix ShortPathOutlet

This commit is contained in:
gofnnp 2024-04-16 23:51:28 +04:00
parent fc607acbb4
commit 11c3091269

View File

@ -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);