diff --git a/frontend/admin-web/src/components/features/system-account-report/SystemAccountsTab.tsx b/frontend/admin-web/src/components/features/system-account-report/SystemAccountsTab.tsx index 3cbdf589..b9e8e916 100644 --- a/frontend/admin-web/src/components/features/system-account-report/SystemAccountsTab.tsx +++ b/frontend/admin-web/src/components/features/system-account-report/SystemAccountsTab.tsx @@ -570,7 +570,7 @@ function ExpiredRewardsSection({ data }: { data: SystemAccountReportResponse['ex pageSize, rightType: rightType || undefined, }); - if (response.success && response.data) { + if (response.data) { setEntriesData(response.data); } } catch (error) {