Skip to content

Commit

Permalink
fix: Transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
lulu-tro committed Sep 20, 2024
1 parent 7c4ce1a commit 42f7547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Modals/TransferConfirmModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default function TransferConfirmModal({ color }) {
const set = async function (params) {
console.log('openTransferConfirmModal event has occured');
openModal();
inputAmountRef.current.value = ''
tokenRef.current = 'BTT';
const currentObj = {
BTT: params.maxBTT,
Expand Down

0 comments on commit 42f7547

Please sign in to comment.