Skip to content

Commit

Permalink
Fix typo in class name in year dropdown (Hacker0x01#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleartux authored and martijnrusschen committed Jun 18, 2018
1 parent 8ab13e0 commit 04e33c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/year_dropdown_options.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default class YearDropdownOptions extends React.Component {
<div
className={
selectedYear === year
? "react-datepicker__year-option --selected_year"
? "react-datepicker__year-option react-datepicker__year-option--selected_year"
: "react-datepicker__year-option"
}
key={year}
Expand Down

0 comments on commit 04e33c8

Please sign in to comment.