diff --git a/ui/imports/shared/popups/send/SendModal.qml b/ui/imports/shared/popups/send/SendModal.qml index 88e1770ca6..a4002bf674 100644 --- a/ui/imports/shared/popups/send/SendModal.qml +++ b/ui/imports/shared/popups/send/SendModal.qml @@ -447,7 +447,6 @@ StatusDialog { SQUtils.AmountsArithmetic.fromString(amount)) === -1 readonly property bool ready: valid && !empty && !balanceExceeded - && amount !== "0" readonly property string selectedSymbol: !!d.selectedHolding && !!d.selectedHolding.symbol