diff --git a/ui/shared/GasValidator.qml b/ui/shared/GasValidator.qml index 40435e5da5..43a581beac 100644 --- a/ui/shared/GasValidator.qml +++ b/ui/shared/GasValidator.qml @@ -33,7 +33,7 @@ Item { function validate() { let isValid = true - if (!(selectedAccount && selectedAccount.assets && selectedAmount > 0 && selectedAsset && selectedGasEthValue > 0)) { + if (!(selectedAccount && selectedAccount.assets && selectedAsset && selectedGasEthValue > 0)) { return root.isValid } txtValidationError.text = ""