diff --git a/src/components/views/elements/AppTile.js b/src/components/views/elements/AppTile.js index 565610b21a..90a6cc3078 100644 --- a/src/components/views/elements/AppTile.js +++ b/src/components/views/elements/AppTile.js @@ -176,6 +176,10 @@ export default React.createClass({ if (nextProps.url !== this.props.url) { this._getNewUrlState(nextProps); this.setScalarToken(); + } else if (nextProps.show && !this.props.show) { + this.setState({ + loading: true, + }); } },