Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Nov 15, 2024
1 parent 9783587 commit 299aae2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ const validateFields = async () => {
}
if (!isNumericPositive(amount.value)) {
console.log('amount', amount.value, !isNumericPositive(amount.value));
fieldsValidation.value.amount = false;
errorMsg.value = 'Invalid amount. Amount has to be greater than 0';
return;
Expand Down

0 comments on commit 299aae2

Please sign in to comment.