hide metrics upon error

This commit is contained in:
Skip R. 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

View file

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