diff --git a/src/components/App/index.tsx b/src/components/App/index.tsx index 8b23436..ecb9088 100755 --- a/src/components/App/index.tsx +++ b/src/components/App/index.tsx @@ -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);