diff --git a/maubot/management/frontend/src/pages/dashboard/Client.js b/maubot/management/frontend/src/pages/dashboard/Client.js index b41cd57..8d9d9b2 100644 --- a/maubot/management/frontend/src/pages/dashboard/Client.js +++ b/maubot/management/frontend/src/pages/dashboard/Client.js @@ -91,7 +91,7 @@ class Client extends BaseMainView { return this.state.homeserver ? this.homeserverEntry([this.props.ctx.homeserversByURL[this.state.homeserver], this.state.homeserver]) - : this.homeserverOptions[0] || {} + : {} } homeserverEntry = ([serverName, serverURL]) => serverURL && {