Skip to content

Commit 014697b

Browse files
#1178: small verification
1 parent 0cf2829 commit 014697b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/view/wallet/CoinsList.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RowLayout {
2424

2525
SvgImage {
2626
source: "qrc:/assets/icon-verified-asset.svg";
27-
visible: verified && verified[index]
27+
visible: !!(verified && verified[index])
2828

2929
x: parent.width - width / 1.6
3030
y: - height / 3.6

0 commit comments

Comments
 (0)