diff --git a/client/components/common/ReactDayPicker/ReactDayPicker.jsx b/client/components/common/ReactDayPicker/ReactDayPicker.jsx index 6de6be98e..38a978266 100644 --- a/client/components/common/ReactDayPicker/ReactDayPicker.jsx +++ b/client/components/common/ReactDayPicker/ReactDayPicker.jsx @@ -66,7 +66,6 @@ function ReactDayPicker({ className="Range" disabledDays={{ before: lastThreeMonths, after: today }} numberOfMonths={1} - fromMonth={from} selectedDays={[from, { from, to: enteredToDate }]} modifiers={{ start: from, end: enteredToDate }} onDayClick={handleDayClick}