Skip to content

Commit

Permalink
fix deposit merge
Browse files Browse the repository at this point in the history
  • Loading branch information
MickWang committed Apr 9, 2024
1 parent 7360b5f commit 208b73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/transactions/Deposit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ const makeTransaction = async () => {
to: transaction.value!.to.address,
tokenAddress: transaction.value!.token.address,
amount: transaction.value!.token.amount,
toMerge: transaction.value!.toMerge,
toMerge: mergeSupported.value && transaction.value!.toMerge,
},
feeValues.value!
);
Expand Down

0 comments on commit 208b73c

Please sign in to comment.