[hotfix] fixing the build

This commit is contained in:
Maxime Beauchemin
2017-04-13 15:58:04 -07:00
parent 6c68a21e4f
commit c43a9fd554
4 changed files with 24 additions and 36 deletions

View File

@@ -263,8 +263,8 @@ class ChartContainer extends React.PureComponent {
<div className="pull-right">
{this.props.chartStatus === 'success' &&
this.props.queryResponse &&
this.props.queryResponse.is_cached &&
this.props.queryResponse &&
this.props.queryResponse.is_cached &&
<TooltipWrapper
tooltip="Loaded from cache. Click to force refresh"
label="cache-desc"
@@ -275,7 +275,7 @@ class ChartContainer extends React.PureComponent {
>
cached
</Label>
</TooltipWrapper>
</TooltipWrapper>
}
<Timer
startTime={this.props.chartUpdateStartTime}