Only show custom title if different from app name.

pull/21833/head
Richard Lewis 2017-12-05 21:49:11 +00:00
parent 1415a83a61
commit 7f86ed35a3
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ export default React.createClass({
height="10" height="10"
/> />
<b>{ this.formatAppTileName() }</b> <b>{ this.formatAppTileName() }</b>
{ this.state.widgetPageTitle && ( { this.state.widgetPageTitle && this.state.widgetPageTitle != this.formatAppTileName() && (
<span>&nbsp;-&nbsp;{ this.state.widgetPageTitle }</span> <span>&nbsp;-&nbsp;{ this.state.widgetPageTitle }</span>
) } ) }
</span> </span>