Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
carina-akaia committed Jul 2, 2024
1 parent feba97a commit 0efc9c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/donation/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ export const donationModel = createModel<RootModel>()({
};

// TODO: Provide callbackUrl when the modal state is under router's control
//! otherwise, the modal will be closed after successful Tx confirmation
//! if `window.location.href` is used
return void donateNearDirectly(args, floatToYoctoNear(amount))
.then((result) => {
dispatch.donation.success(result);
Expand Down

0 comments on commit 0efc9c1

Please sign in to comment.