We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e6df4 commit ae19e2aCopy full SHA for ae19e2a
src/agenda/reservation-list/index.js
@@ -62,7 +62,6 @@ class ReservationList extends Component {
62
}
63
64
updateDataSource(reservations) {
65
- console.log('updateDataSource', this.state.version);
66
this.setState(prev => ({
67
...prev,
68
reservations,
0 commit comments