Skip to content

Commit

Permalink
remove extra buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
annacmc committed Sep 16, 2024
1 parent 29c7096 commit 9354d78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/components/date-range/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@ export class DateRange extends Component {
<div className="date-range__popover-inner-overlay">{ this.props.overlay }</div>
) }
<div className="date-range__controls">
{ this.props.renderHeader( headerProps ) }
{ this.props.customTitle ? (
<div className="date-range__custom-title">{ this.props.customTitle }</div>
) : (
Expand Down

0 comments on commit 9354d78

Please sign in to comment.