pull/3884/head
Andrew Watkins 2018-07-11 14:48:45 -07:00
parent 1a2ae2b3ab
commit 0ef0a3fd26
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class GaugeChart extends PureComponent<Props> {
const {lastValues} = getLastValues(data)
let lastValue = _.get(lastValues, 0, 0)
if (lastValue === null) {
if (!lastValue) {
return 0
}