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 || '-'} /> - - +