Ott 393 redirect bug (#120)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Armen 5 years ago committed by GitHub
parent 0e81656341
commit b118e44e24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/features/QueryParamsStorage/index.tsx

@ -31,7 +31,7 @@ class QueryParamStorage {
}
updateHistory() {
history.push(`?${this.urlParams.toString()}`)
history.replace(`?${this.urlParams.toString()}`)
}
clear() {

Loading…
Cancel
Save