Skip to content

Commit

Permalink
fix: remove unused help comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kelatev committed Jun 30, 2023
1 parent 5dc6e2d commit 7b7b54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ export default class DatePicker extends React.Component {
locale,
}
)}`;
} /*if (this.props.showDateSelect)*/ else {
} else {
ariaLiveMessage = `Selected date: ${safeDateFormat(
this.props.selected,
{
Expand Down

0 comments on commit 7b7b54f

Please sign in to comment.