Skip to content

Commit

Permalink
Claim rewards tx flow: pass current rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Jan 21, 2025
1 parent c9d6a35 commit 44b5c60
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions frontend/app/src/screens/StakeScreen/PanelRewards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,7 @@ export function PanelRewards() {
successLink: ["/", "Go to the Dashboard"],
successMessage: "The rewards have been claimed successfully.",

stakePosition: {
...stakePosition.data,
rewards: {
eth: dn.from(0, 18),
lusd: dn.from(0, 18),
},
},
stakePosition: stakePosition.data,
prevStakePosition: stakePosition.data,
});
}
Expand Down

0 comments on commit 44b5c60

Please sign in to comment.