diff --git a/app/javascript/flavours/glitch/features/about/index.js b/app/javascript/flavours/glitch/features/about/index.js index 57f295ea9..0992ba767 100644 --- a/app/javascript/flavours/glitch/features/about/index.js +++ b/app/javascript/flavours/glitch/features/about/index.js @@ -127,14 +127,6 @@ class About extends React.PureComponent { - -
- -
-

- - {isLoading ? : {server.getIn(['contact', 'email'])}} -
diff --git a/app/javascript/mastodon/features/about/index.js b/app/javascript/mastodon/features/about/index.js index e59f73738..0cb11216e 100644 --- a/app/javascript/mastodon/features/about/index.js +++ b/app/javascript/mastodon/features/about/index.js @@ -127,14 +127,6 @@ class About extends React.PureComponent { - -
- -
-

- - {isLoading ? : {server.getIn(['contact', 'email'])}} -