From f455f853b17f98653891e61f95720d3c102f6c2d Mon Sep 17 00:00:00 2001 From: yml2213 Date: Wed, 5 Aug 2026 20:24:16 +0800 Subject: [PATCH] =?UTF-8?q?affiliate-dash=20=E7=BB=93=E6=9E=9C=E9=A1=B5:?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=B8=A0=E9=81=93=E5=AD=97=E6=AE=B5,?= =?UTF-8?q?=E7=BB=93=E6=9E=9C=E6=97=B6=E9=97=B4=E6=94=B9=E7=94=A8=20task.r?= =?UTF-8?q?edeemedAt(=E5=8E=9F=20flow.dispatch.dispatchAt=20=E9=9D=9E?= =?UTF-8?q?=E6=9C=AC=E6=B5=81=E7=A8=8B=E5=AD=97=E6=AE=B5=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=B8=BA=E7=A9=BA)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/frontend/src/pages/claim/ClaimAffiliateDashSteps.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/apps/frontend/src/pages/claim/ClaimAffiliateDashSteps.tsx b/apps/frontend/src/pages/claim/ClaimAffiliateDashSteps.tsx index 914edca1..a9fb5dbf 100644 --- a/apps/frontend/src/pages/claim/ClaimAffiliateDashSteps.tsx +++ b/apps/frontend/src/pages/claim/ClaimAffiliateDashSteps.tsx @@ -146,7 +146,6 @@ export function AffiliateDashResultStep({ }) { const affiliateDash = snapshot.affiliateDash const success = Boolean(affiliateDash && !snapshot.isRedeemFailed) - const flow = snapshot.flow return ( @@ -168,11 +167,7 @@ export function AffiliateDashResultStep({ label="绑定账号" value={affiliateDash?.boundAccount || affiliateDash?.gameAccount || '-'} /> - - +