Temporarily disable custom URLs per tab

This commit is contained in:
Justin Edmund 2023-07-06 22:18:16 -07:00
parent cb238a6a47
commit 57deeca662

View file

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