From 8016fb82d7d25262852d5d1ff1ce4bf489887cae Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Wed, 8 Nov 2017 20:38:54 +0000 Subject: [PATCH] Fix broken commit. --- 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 cd1f351e19..fbf19fda91 100644 --- a/src/components/views/elements/AppTile.js +++ b/src/components/views/elements/AppTile.js @@ -329,7 +329,7 @@ export default React.createClass({ } else { appTileBody = (
- { this.loading && loadingElement } + { this.state.loading && loadingElement }