diff --git a/static/skywire-manager-src/src/app/components/pages/node-list/node-list.component.ts b/static/skywire-manager-src/src/app/components/pages/node-list/node-list.component.ts index bd0335481b..1431bec7d8 100644 --- a/static/skywire-manager-src/src/app/components/pages/node-list/node-list.component.ts +++ b/static/skywire-manager-src/src/app/components/pages/node-list/node-list.component.ts @@ -357,7 +357,7 @@ export class NodeListComponent implements OnInit, OnDestroy { this.ngZone.run(() => { if (result) { // If the data was obtained. - if (result.data) { + if (result.data && !result.error) { this.allNodes = result.data as Node[]; if (this.showDmsgInfo) { // Add the label data to the array, to be able to use it for filtering and sorting.