Skip to content

Commit da8559d

Browse files
authored
Fix rollupscan path (#1527)
1 parent c2d5346 commit da8559d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/rollupscan/index/Table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ const RollupTable = function RollupTable(props) {
157157
const handleChangePage = (e, newPage) => {
158158
const params = new URLSearchParams(searchParams.toString())
159159
params.set("page", newPage)
160-
router.push(`${pathname}?${params.toString()}}`)
160+
router.push(`${pathname}?${params.toString()}`)
161161
}
162162

163163
if (emptyBatch) {

0 commit comments

Comments
 (0)