From 6e9fd5c3f606c257681f01b67b76e5fd9e97ea28 Mon Sep 17 00:00:00 2001 From: Cihan Andac Date: Mon, 6 May 2024 12:52:50 +0200 Subject: [PATCH] chores --- frontend/src/components/blocks/Search/TopFiltersLayout.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/blocks/Search/TopFiltersLayout.jsx b/frontend/src/components/blocks/Search/TopFiltersLayout.jsx index 3d52ef3..642eec0 100644 --- a/frontend/src/components/blocks/Search/TopFiltersLayout.jsx +++ b/frontend/src/components/blocks/Search/TopFiltersLayout.jsx @@ -95,7 +95,7 @@ const TopSideFacets = (props) => { // Refresh the page to apply changes window.location.reload(); - } else if( + } else if ( previousExhibitionPaths.includes(location.pathname) && !location.hash.includes('#query') ){