Donovan Ng

Results 3 comments of Donovan Ng

^Hi there I have found a potential solution to this issue: can check #1890

Dear Zeen, Regarding your issue above, check .../agenda/reservation-list/index.js, in that file, search for the line of code where ... } else { for (let i = 0; i < 31;...

@zeentan22 oh yea it should be ` if (sameDate(newSelectedDate, prevState.selectedDay)) { this.setState({ reservations: [] }, () => this.updateReservations(this.props)); } ` With the as mentioned by you for the 4th (last...