hide metrics upon error
This commit is contained in:
parent
5b33219f13
commit
3bddbaa15d
1 changed files with 1 additions and 1 deletions
|
@ -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 />
|
||||
|
|
Loading…
Reference in a new issue