Skip to content

Commit 5714acd

Browse files
Compile latest changes
1 parent d552f74 commit 5714acd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/react-datepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ return /******/ (function(modules) { // webpackBootstrap
674674

675675
if (this.props.day.sameDay(this.props.selected)) classes.push("datepicker__day--selected");
676676

677-
if (this.props.day.inRange) classes.push("datepicker__day--in-range");
677+
if (this.props.inRange) classes.push("datepicker__day--in-range");
678678

679679
if (this.props.day.sameDay(moment())) classes.push("datepicker__day--today");
680680

0 commit comments

Comments
 (0)