dont need shallow update

This commit is contained in:
Abhinav 2021-11-23 00:01:42 +05:30
parent 0c8ad4b67c
commit cb3775c690

View file

@ -224,9 +224,7 @@ export async function checkSubscriptionPurchase(
} catch (e) {
// ignore
} finally {
router.replace({ pathname: PAGES.GALLERY, query: rest }, undefined, {
shallow: true,
});
router.replace({ pathname: PAGES.GALLERY, query: rest });
}
}