From 7f86ed35a33bd1bb4807d016b20f4755044dbc48 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Tue, 5 Dec 2017 21:49:11 +0000 Subject: [PATCH] Only show custom title if different from app name. --- 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 9c9f9d6ec5..6762d4fec1 100644 --- a/src/components/views/elements/AppTile.js +++ b/src/components/views/elements/AppTile.js @@ -453,7 +453,7 @@ export default React.createClass({ height="10" /> { this.formatAppTileName() } - { this.state.widgetPageTitle && ( + { this.state.widgetPageTitle && this.state.widgetPageTitle != this.formatAppTileName() && (  - { this.state.widgetPageTitle } ) }