fix tooltip custom time format bug

pull/3030/head
Iris Scholten 2018-03-21 14:54:09 -07:00
parent df56ee7312
commit 354c410c46
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class GraphOptionsTimeFormat extends PureComponent<Props, State> {
<div className="form-group col-xs-12">
<label>
Time Format
{customFormat &&
{showCustom &&
<QuestionMarkTooltip
tipID="Time Axis Format"
tipContent={tipContent}