Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ielijose committed Dec 7, 2023
1 parent e76db05 commit d049809
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/hooks/useNoRampModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ export const useNoRampModal = (config: NoRampConfig) => {
'*'
);

paymentRequest.update({
total: {
label: 'NoRamp',
amount: event.data.amount,
pending: false,
},
});
// paymentRequest.update({
// total: {
// label: 'NoRamp',
// amount: event.data.amount,
// pending: false,
// },
// });
}
})();
}
Expand Down

1 comment on commit d049809

@vercel
Copy link

@vercel vercel bot commented on d049809 Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

noramp-kit – ./

noramp-kit.vercel.app
noramp-kit-git-main-noramp.vercel.app
noramp-kit-noramp.vercel.app

Please sign in to comment.