Skip to content

Commit 14c954a

Browse files
committed
1 parent f3cc078 commit 14c954a

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)