Skip to content

Commit 9e26406

Browse files
author
MauriceWells
committed
1 parent d7ef0e0 commit 9e26406

File tree

3 files changed

+267
-323
lines changed

3 files changed

+267
-323
lines changed

app/components/List/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function List(props) {
2626
}
2727

2828
List.propTypes = {
29-
component: PropTypes.func.isRequired,
29+
component: PropTypes.elementType.isRequired,
3030
items: PropTypes.array,
3131
};
3232

0 commit comments

Comments
 (0)