diff --git a/components/RemoteNodeList.qml b/components/RemoteNodeList.qml index 61bc7dac..cbb2a02e 100644 --- a/components/RemoteNodeList.qml +++ b/components/RemoteNodeList.qml @@ -89,7 +89,7 @@ ColumnLayout { anchors.fill: parent anchors.rightMargin: 80 color: "transparent" - property var trusted: remoteNodesModel.get(index).trusted + property var trusted: remoteNodesModel.get(index) ? remoteNodesModel.get(index).trusted : false MoneroComponents.TextPlain { id: addressText