1
0
Fork 0

fix little errors in draft-for-curated-set flow. other cleanup

This commit is contained in:
Enoch Riese 2023-05-24 08:37:29 -05:00
parent 5f0b7fd9a7
commit 24b3b10bfb
11 changed files with 45 additions and 38 deletions

View file

@ -49,7 +49,7 @@ export const PageWrapper = (props) => {
*/
useEffect(() => {
// Only update if a new page was loaded
if (path.join('/') !== 'slug') {
if (path.join('/') !== slug) {
setNavigation({
title: pageTitle,
locale,