Skip to content

Commit

Permalink
fix deposit merge
Browse files Browse the repository at this point in the history
  • Loading branch information
MickWang authored and zkLeonardo committed Apr 10, 2024
1 parent fcf29b2 commit a2bdb65
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 a2bdb65

Please sign in to comment.