Skip to content

Commit

Permalink
Merge branch 'dev' into IN-839
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Dec 5, 2023
2 parents f399ac8 + 41a08a0 commit e434355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app/src/pages/search/[...params]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const SearchResults = () => {
})
}
if (queryParams.success && !compare(queryParams.data, searchState.params)) {
searchStateActions.setParams(queryParams.data)
searchStateActions.setParams(queryParams.data.map((x) => x.toString()))
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [])
Expand Down

0 comments on commit e434355

Please sign in to comment.