diff --git a/src/routes/Discover/Discover.js b/src/routes/Discover/Discover.js index 46605201f..388d9371c 100644 --- a/src/routes/Discover/Discover.js +++ b/src/routes/Discover/Discover.js @@ -19,7 +19,7 @@ const Discover = ({ urlParams }) => { const category = urlParams.category || ''; window.location.replace(`#/discover/${type}/${catalog}/${category}`); } - }, []); + }, [urlParams.type, urlParams.catalog]); return (