diff --git a/components/RemoteNodeList.qml b/components/RemoteNodeList.qml index d971f998..b46b414a 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