diff --git a/src/components/settings/ServersTab.tsx b/src/components/settings/ServersTab.tsx index 16b52f41..5b2cd9ba 100644 --- a/src/components/settings/ServersTab.tsx +++ b/src/components/settings/ServersTab.tsx @@ -213,7 +213,7 @@ export function ServersTab({ >
-
+
{serverListDisplayLabel(srv, auth.servers)} @@ -236,7 +236,7 @@ export function ServersTab({ {srv.username}
-
+
{status === 'ok' && } {status === 'error' && } {status === 'testing' &&
}