From 6191f463d0c4b519616cbd45535aceaf3a9120b0 Mon Sep 17 00:00:00 2001 From: LilRan <109097535+Lil-Ran@users.noreply.github.com> Date: Sun, 25 Aug 2024 18:10:02 +0800 Subject: [PATCH] fix(frontend): pagination calculation (#323) --- src/GZCTF/ClientApp/src/pages/admin/games/[id]/Review.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GZCTF/ClientApp/src/pages/admin/games/[id]/Review.tsx b/src/GZCTF/ClientApp/src/pages/admin/games/[id]/Review.tsx index 2b0f3555f..6bec8f167 100644 --- a/src/GZCTF/ClientApp/src/pages/admin/games/[id]/Review.tsx +++ b/src/GZCTF/ClientApp/src/pages/admin/games/[id]/Review.tsx @@ -325,7 +325,7 @@ const GameTeamReview: FC = () => {