You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
Fix boolean comparison.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user