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 c2d5346 commit da8559dCopy full SHA for da8559d
src/app/rollupscan/index/Table.tsx
@@ -157,7 +157,7 @@ const RollupTable = function RollupTable(props) {
157
const handleChangePage = (e, newPage) => {
158
const params = new URLSearchParams(searchParams.toString())
159
params.set("page", newPage)
160
- router.push(`${pathname}?${params.toString()}}`)
+ router.push(`${pathname}?${params.toString()}`)
161
}
162
163
if (emptyBatch) {
0 commit comments