Fix boolean comparison.
parent
f57b0d4cc7
commit
d29610bdd2
|
@ -219,7 +219,7 @@ export default React.createClass({
|
||||||
></iframe>
|
></iframe>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
} else if (this.isMixedContent() == true) {
|
} else if (this.isMixedContent()) {
|
||||||
appTileBody = (
|
appTileBody = (
|
||||||
<div className="mx_AppTileBody">
|
<div className="mx_AppTileBody">
|
||||||
<AppWarning
|
<AppWarning
|
||||||
|
|
Loading…
Reference in New Issue