Skip to content

Commit

Permalink
Remove the library url params when existing library
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz authored and aaronrobertshaw committed Jun 13, 2023
1 parent b3c4dc2 commit 66585f1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ export default function useSyncPathWithURL() {
updateUrlParams( {
postType: undefined,
postId: undefined,
categoryType: undefined,
categoryName: undefined,
path:
navigatorLocation.path === '/'
? undefined
Expand Down

0 comments on commit 66585f1

Please sign in to comment.