hide metrics upon error

This commit is contained in:
slice 2018-07-13 19:34:03 -07:00
parent 5b33219f13
commit 3bddbaa15d
No known key found for this signature in database
GPG Key ID: 1508C19D7436A26D
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ export default class App extends Component {
</div>
) : null}
{this.state.loading ? (
{this.state.loading && !this.state.error ? (
<React.Fragment>
<ServicePlaceholder />
<ServicePlaceholder />