From da8559d6dccc0e95f9b558c87a48604623246bf0 Mon Sep 17 00:00:00 2001 From: zzq0826 <770166635@qq.com> Date: Wed, 7 May 2025 16:16:07 +0800 Subject: [PATCH] Fix rollupscan path (#1527) --- src/app/rollupscan/index/Table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {