Formatting
This commit is contained in:
parent
be0a76dbd6
commit
b2b07d9370
1 changed files with 1 additions and 3 deletions
|
@ -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()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue