mirror of
https://github.com/mue/mue.git
synced 2026-07-16 13:34:03 +02:00
fix: correct variable reference in goToPhotoPacks function
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user