From d29610bdd21aef970d62e493fe5e079d2914f2f4 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Tue, 1 Aug 2017 17:45:06 +0100 Subject: [PATCH] Fix boolean comparison. --- src/components/views/elements/AppTile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/elements/AppTile.js b/src/components/views/elements/AppTile.js index 22c1300c64..1119cf0387 100644 --- a/src/components/views/elements/AppTile.js +++ b/src/components/views/elements/AppTile.js @@ -219,7 +219,7 @@ export default React.createClass({ > ); - } else if (this.isMixedContent() == true) { + } else if (this.isMixedContent()) { appTileBody = (