Skip to content

Commit

Permalink
More changes
Browse files Browse the repository at this point in the history
  • Loading branch information
flicken committed Jan 9, 2022
1 parent 1d641ef commit 31fef0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Agenda.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const updateSearchInURL = debounce((navigate, location, columns) => {
const state = {...location, search: "?" + search.toString()}
if (state.search !== location.search &&
location.pathname === navigate.location.pathname) {
navigate.push(state)
navigate(state)
}
}, 250)

Expand Down

0 comments on commit 31fef0c

Please sign in to comment.