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