diff --git a/src/components/views/elements/AppTile.js b/src/components/views/elements/AppTile.js index 595f1fcee7..f3ebe24c15 100644 --- a/src/components/views/elements/AppTile.js +++ b/src/components/views/elements/AppTile.js @@ -163,7 +163,7 @@ export default class AppTile extends React.Component { if (ref) { this._sgWidget.start(ref); } else { - //this._resetWidget(this.props); + this._resetWidget(this.props); } };