1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-12-07 03:42:20 +03:00

Formatting

This commit is contained in:
Richard Lewis
2017-11-08 20:17:28 +00:00
parent be0a76dbd6
commit b2b07d9370

View File

@@ -321,9 +321,7 @@ export default React.createClass({
} else if (this.state.hasPermissionToLoad == true) {
const loadingElement = (
<div className="mx_AppTileBody">
<AppWarning
errorMsg="Error - Mixed content"
/>
<AppWarning errorMsg="Error - Mixed content" />
</div>
);
if (this.isMixedContent()) {