We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3327c9e commit 24d4a24Copy full SHA for 24d4a24
src/pages/items/index.js
@@ -635,7 +635,7 @@ const Items = () => {
635
history.push({
636
search: /page=\d+/g.test(search)
637
? search.replace(/page=\d+/g, `page=${newPage}`)
638
- : `${search}page=${newPage}`
+ : `${search}&page=${newPage}`
639
})
640
setFetchItems({ fetchStarted: true })
641
setFetchItemCount({ fetchStarted: true })
src/pages/light-items/index.js
@@ -571,7 +571,7 @@ const Items = () => {
571
572
573
574
575
576
577
0 commit comments