mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-17 09:08:49 +00:00
fix: transactions can have a 0 value
This commit is contained in:
parent
c992cce9f5
commit
9ae739a8ce
@ -33,7 +33,7 @@ Item {
|
|||||||
|
|
||||||
function validate() {
|
function validate() {
|
||||||
let isValid = true
|
let isValid = true
|
||||||
if (!(selectedAccount && selectedAccount.assets && selectedAmount > 0 && selectedAsset && selectedGasEthValue > 0)) {
|
if (!(selectedAccount && selectedAccount.assets && selectedAsset && selectedGasEthValue > 0)) {
|
||||||
return root.isValid
|
return root.isValid
|
||||||
}
|
}
|
||||||
txtValidationError.text = ""
|
txtValidationError.text = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user