Merge pull request #2867 from influxdata/fix-single-stat-gauge
Fix Single Stat & Gauge Cellspull/2865/head^2
commit
e5b8889bc6
|
@ -55,6 +55,7 @@ const RefreshingGraph = ({
|
|||
cellHeight={cellHeight}
|
||||
prefix={prefix}
|
||||
suffix={suffix}
|
||||
inView={inView}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
@ -73,6 +74,7 @@ const RefreshingGraph = ({
|
|||
cellID={cellID}
|
||||
prefix={prefix}
|
||||
suffix={suffix}
|
||||
inView={inView}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue