From cc9f83650c4c02111d2138c7009a2743db299fae Mon Sep 17 00:00:00 2001 From: Stefan Date: Fri, 14 Oct 2022 21:52:55 +0300 Subject: [PATCH] chore(dev): fix qml errors --- ui/imports/shared/controls/TransactionDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/imports/shared/controls/TransactionDelegate.qml b/ui/imports/shared/controls/TransactionDelegate.qml index 84ce6289da..0a0ef515ab 100644 --- a/ui/imports/shared/controls/TransactionDelegate.qml +++ b/ui/imports/shared/controls/TransactionDelegate.qml @@ -37,7 +37,7 @@ StatusListItem { inlineTagDelegate: InformationTag { tagPrimaryLabel.text: networkName tagPrimaryLabel.color: networkColor - image.source: Style.svg("tiny/%1".arg(networkIcon)) + image.source: !!networkIcon ? Style.svg("tiny/%1".arg(networkIcon)) : "" background: Rectangle { id: controlBackground implicitWidth: 51