Skip to content

Commit cfc057f

Browse files
committed
try fix
1 parent 2a8a630 commit cfc057f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/agenda/reservation-list/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ class ReservationList extends Component<ReservationListProps, State> {
108108

109109
componentDidUpdate(prevProps: ReservationListProps) {
110110
if (this.props.topDay && prevProps.topDay && prevProps !== this.props) {
111-
this.setState({reservations: []},
112-
() => this.updateReservations(this.props)
113-
);
111+
// this.setState({reservations: []},
112+
// () => this.updateReservations(this.props)
113+
// );
114114
}
115115
}
116116

0 commit comments

Comments
 (0)