diff --git a/src/app/rollupscan/index/Table.tsx b/src/app/rollupscan/index/Table.tsx index f6c2e222b..1535529c7 100644 --- a/src/app/rollupscan/index/Table.tsx +++ b/src/app/rollupscan/index/Table.tsx @@ -157,7 +157,7 @@ const RollupTable = function RollupTable(props) { const handleChangePage = (e, newPage) => { const params = new URLSearchParams(searchParams.toString()) params.set("page", newPage) - router.push(`${pathname}?${params.toString()}}`) + router.push(`${pathname}?${params.toString()}`) } if (emptyBatch) {