From 9f456a2acf97f73e3e06ae59377dc80027da8bfd Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 5 Nov 2020 09:50:12 +0000 Subject: [PATCH] accidentally committed commenting --- 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 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); } };