diff --git a/packages/frontend/src/Connection.ts b/packages/frontend/src/Connection.ts index 5bd55fd..74a6107 100644 --- a/packages/frontend/src/Connection.ts +++ b/packages/frontend/src/Connection.ts @@ -86,7 +86,8 @@ export class Connection { this.state = this.update({ status: 'online', - nodes: new Map() + nodes: new Map(), + sortedNodes: [], }); if (this.state.subscribed) {