diff --git a/shared/js/main.tsx b/shared/js/main.tsx
index 9c49c903..a065a447 100644
--- a/shared/js/main.tsx
+++ b/shared/js/main.tsx
@@ -192,15 +192,6 @@ function main() {
initial_handler.acquireInputHardware().then(() => {});
server_connections.set_active_connection(initial_handler);
- /* Just a test */
- {
- server_connections.spawn_server_connection();
- server_connections.spawn_server_connection();
- server_connections.spawn_server_connection();
- server_connections.spawn_server_connection();
- server_connections.spawn_server_connection();
- }
-
/** Setup the XF forum identity **/
fidentity.update_forum();
keycontrol.initialize();
diff --git a/shared/js/ui/frames/connection-handler-list/Renderer.tsx b/shared/js/ui/frames/connection-handler-list/Renderer.tsx
index ac40c194..494083a9 100644
--- a/shared/js/ui/frames/connection-handler-list/Renderer.tsx
+++ b/shared/js/ui/frames/connection-handler-list/Renderer.tsx
@@ -48,7 +48,7 @@ const ConnectionHandler = (props: { handlerId: string, active: boolean }) => {
break;
case "connecting":
- displayedName = Connecting to server ;
+ displayedName = <>Connecting to server >;
break;
case "disconnected":