Skip to content

Commit

Permalink
Merge pull request #895 from ambrosus/AMB-5143
Browse files Browse the repository at this point in the history
bugfix: add stake/unstake event only to api methods
  • Loading branch information
EvgeniyJB authored Dec 17, 2024
2 parents 90906b2 + 4a706aa commit 6763bbb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/screens/StakingPool/components/Withdraw/Withdraw.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ export const WithdrawToken = ({
});

if (!result) {
sendFirebaseEvent(CustomAppEvents.withdraw_error, {
withdrawError: 'withdraw result not found'
});
await simulateNavigationDelay(() =>
navigation.navigate('StakeErrorScreen')
);
Expand Down

0 comments on commit 6763bbb

Please sign in to comment.