Skip to content

Commit a78dd5c

Browse files
fix: align invitation details reward order with current level section (#10474)
Swap OnChainReward (DeFi) and PerpsReward (合约) in the invitation details section so the order matches the current level card: 1. Hardware Sales (硬件销售) 2. DeFi 3. Perps (合约) Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent 268e47f commit a78dd5c

File tree

1 file changed

+2
-2
lines changed
  • packages/kit/src/views/ReferFriends/pages/InviteReward/components/InvitationDetailsSection

1 file changed

+2
-2
lines changed

packages/kit/src/views/ReferFriends/pages/InviteReward/components/InvitationDetailsSection/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ export function InvitationDetailsSection({
101101
nextDistribution={cumulativeRewards.nextDistribution}
102102
/>
103103
}
104-
secondColumn={
104+
secondColumn={<OnChainReward onChain={Onchain} />}
105+
thirdColumn={
105106
<PerpsReward perpsCumulativeRewards={perpsCumulativeRewards} />
106107
}
107-
thirdColumn={<OnChainReward onChain={Onchain} />}
108108
/>
109109
) : (
110110
<YStack px="$pagePadding" gap="$4">

0 commit comments

Comments
 (0)