Merge branch 'fix/advisorChartShortPath' into 'develop'

fix ShortPathOutlet

See merge request witapp/aura-webapp!91
This commit is contained in:
Daniil Chemerkin 2024-04-16 19:53:09 +00:00
commit a8ed4f59b9

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