From 3bddbaa15dfb00f94ffd9c831a75820fde04df30 Mon Sep 17 00:00:00 2001 From: slice Date: Fri, 13 Jul 2018 19:34:03 -0700 Subject: [PATCH] hide metrics upon error --- priv/frontend/src/components/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/priv/frontend/src/components/App.js b/priv/frontend/src/components/App.js index 0c102b6..f52338c 100644 --- a/priv/frontend/src/components/App.js +++ b/priv/frontend/src/components/App.js @@ -140,7 +140,7 @@ export default class App extends Component { ) : null} - {this.state.loading ? ( + {this.state.loading && !this.state.error ? (