fix wallet

This commit is contained in:
omair saleh
2022-03-03 13:02:17 +08:00
parent e540a52844
commit 6209f13ffa
@@ -120,9 +120,6 @@
amount: {
required,
minValue: minValue(this.minValue),
},
reference: {
required: requiredIf(function () { return this.parameters.transaction_type !== 0 })
}
}
}