Disable tab pages

This commit is contained in:
Justin Edmund 2023-07-06 22:26:43 -07:00
parent af9064a356
commit 686d0d0642

View file

@ -90,8 +90,8 @@ const PartyRoute: React.FC<Props> = ({
break
}
if (router.asPath !== '/new' && router.asPath !== '/')
router.replace(path, undefined, { shallow: true })
// if (router.asPath !== '/new' && router.asPath !== '/')
// router.replace(path, undefined, { shallow: true })
}
// Set the initial data from props