You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-12-08 17:48:33 +03:00
Formatting
This commit is contained in:
@@ -321,9 +321,7 @@ export default React.createClass({
|
|||||||
} else if (this.state.hasPermissionToLoad == true) {
|
} else if (this.state.hasPermissionToLoad == true) {
|
||||||
const loadingElement = (
|
const loadingElement = (
|
||||||
<div className="mx_AppTileBody">
|
<div className="mx_AppTileBody">
|
||||||
<AppWarning
|
<AppWarning errorMsg="Error - Mixed content" />
|
||||||
errorMsg="Error - Mixed content"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
if (this.isMixedContent()) {
|
if (this.isMixedContent()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user