Skip to content

Commit

Permalink
chores
Browse files Browse the repository at this point in the history
  • Loading branch information
cihanandac committed May 6, 2024
1 parent d6b4866 commit 6e9fd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/blocks/Search/TopFiltersLayout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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')
){
Expand Down

0 comments on commit 6e9fd5c

Please sign in to comment.