Skip to content

Commit e070a0a

Browse files
committed
fix passing reservationsKeyExtractor prop to ReservationList
1 parent 530f747 commit e070a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agenda/reservation-list/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class ReservationList extends Component<ReservationListProps, State> {
7878
refreshControl: PropTypes.element,
7979
refreshing: PropTypes.bool,
8080
onRefresh: PropTypes.func,
81-
keyExtractor: PropTypes.func
81+
reservationsKeyExtractor: PropTypes.func
8282
};
8383

8484
static defaultProps = {

0 commit comments

Comments
 (0)