Undo debug mode on graph spinner

pull/10616/head
Alex P 2017-02-21 17:41:39 -08:00 committed by Andrew Watkins
parent e92ec85c60
commit 9080f86652
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ export default React.createClass({
return (
<div className={classNames({"graph--hasYLabel": !!(options.ylabel || options.y2label)})}>
{this.renderSpinner()}
{isRefreshing ? this.renderSpinner() : null}
<Dygraph
containerStyle={{width: '100%', height: '100%'}}
overrideLineColors={overrideLineColors}