diff --git a/src/components/views/auth/ServerConfig.js b/src/components/views/auth/ServerConfig.js index 5e17d50b55..a9e26b8fb7 100644 --- a/src/components/views/auth/ServerConfig.js +++ b/src/components/views/auth/ServerConfig.js @@ -274,15 +274,13 @@ export default class ServerConfig extends React.PureComponent { : null; return ( -
+

{_t("Other servers")}

{errorText} {this._renderHomeserverSection()} {this._renderIdentityServerSection()} - - {submitButton} -
-
+ {submitButton} + ); } }