We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf2829 commit 014697bCopy full SHA for 014697b
1 file changed
ui/view/wallet/CoinsList.qml
@@ -24,7 +24,7 @@ RowLayout {
24
25
SvgImage {
26
source: "qrc:/assets/icon-verified-asset.svg";
27
- visible: verified && verified[index]
+ visible: !!(verified && verified[index])
28
29
x: parent.width - width / 1.6
30
y: - height / 3.6
0 commit comments