[dashboard] fix spinners disapear too early (#6283)

Recently I noticed that loading spinners on dashboards would disappear
too early.
This commit is contained in:
Maxime Beauchemin 2018-11-06 08:51:36 -08:00 committed by GitHub
parent c653ab1e9b
commit a1d867cf2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ class Chart extends React.PureComponent {
>
{this.renderTooltip()}
{isLoading && <Loading size={50} />}
{chartStatus !== 'rendered' && <Loading size={50} />}
{chartAlert && (
<StackTraceMessage