AW-69-additional-purchases
This commit is contained in:
parent
1f51ec4ec2
commit
f3abf257db
@ -228,7 +228,8 @@ function App(): JSX.Element {
|
||||
return dispatch(actions.status.update("lead"));
|
||||
}
|
||||
})();
|
||||
}, [dispatch, api, token, user]);
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [dispatch, api, token]);
|
||||
|
||||
useEffect(() => {
|
||||
async function getApng() {
|
||||
|
||||
@ -13,7 +13,7 @@ function PaymentSuccessPage(): JSX.Element {
|
||||
const dispatch = useDispatch();
|
||||
const handleNext = () => {
|
||||
dispatch(actions.status.update("subscribed"));
|
||||
navigate(routes.client.home());
|
||||
navigate(routes.client.addReport());
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user