diff --git a/apps/frontend/src/pages/admin/AdminKuaishouIndustryPage.tsx b/apps/frontend/src/pages/admin/AdminKuaishouIndustryPage.tsx index cb04d9c5..9c7328ca 100644 --- a/apps/frontend/src/pages/admin/AdminKuaishouIndustryPage.tsx +++ b/apps/frontend/src/pages/admin/AdminKuaishouIndustryPage.tsx @@ -1146,7 +1146,7 @@ function buildIndustryActionResultView( meta?: { refundCount?: number }, ): IndustryActionResultView { const scope: IndustryActionScope = kind.startsWith('refund') ? 'refunds' : 'vouchers' - const record = asRecord(raw) + const record = asRecord(raw) ?? {} const openApi = asOpenApiShape(record) const voucher = asRecord(record.voucher) const task = asRecord(record.task)