Skip to content

Commit

Permalink
Merge pull request #91 from zkLinkProtocol/preview
Browse files Browse the repository at this point in the history
fix deposit merge
  • Loading branch information
leochw authored Apr 9, 2024
2 parents 7360b5f + 208b73c commit e03ccdc
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 e03ccdc

Please sign in to comment.