diff --git a/src/features/background/options/BackgroundOptions.jsx b/src/features/background/options/BackgroundOptions.jsx index 37c53b4b..fbe76b02 100644 --- a/src/features/background/options/BackgroundOptions.jsx +++ b/src/features/background/options/BackgroundOptions.jsx @@ -149,7 +149,7 @@ const BackgroundOptions = memo(({ currentSubSection, onSubSectionChange, section // Navigate to photo packs marketplace const goToPhotoPacks = () => { - variables.updateHash('#discover/photo_packs'); + updateHash('#discover/photo_packs'); const event = new window.Event('popstate'); window.dispatchEvent(event); };