1
0
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:
Richard Lewis
2017-08-01 17:45:06 +01:00
parent f57b0d4cc7
commit d29610bdd2

View File

@@ -219,7 +219,7 @@ export default React.createClass({
></iframe>
</div>
);
} else if (this.isMixedContent() == true) {
} else if (this.isMixedContent()) {
appTileBody = (
<div className="mx_AppTileBody">
<AppWarning