fiat and balance amount fixes
This commit is contained in:
@@ -268,7 +268,9 @@ Pane {
|
||||
Connections {
|
||||
target: Daemon.fx
|
||||
function onQuotesUpdated() {
|
||||
amountFiat.text = Daemon.fx.fiatValue(Config.unitsToSats(amount.text))
|
||||
amountFiat.text = amount.text == ''
|
||||
? ''
|
||||
: Daemon.fx.fiatValue(Config.unitsToSats(amount.text))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user