Resolve conflict

pull/10616/head
Alex P 2017-03-29 11:03:14 -07:00 committed by Andrew Watkins
parent a674bc0196
commit 034e2d611d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class CustomTimeRange extends Component {
return (
<div className={classNames("custom-time-range", {show: isVisible})} style={{display: 'flex'}}>
<button className="btn btn-sm btn-info" onClick={onToggle}>
<button className="btn btn-sm btn-info custom-time-range--btn" onClick={onToggle}>
<span className="icon clock"></span>
{`${moment(lower).format('MMM Do HH:mm')} to ${moment(upper).format('MMM Do HH:mm')}`}
<span className="caret"></span>