Skip to content

Commit 7a74ccc

Browse files
1 parent e32ee82 commit 7a74ccc

File tree

3 files changed

+267
-323
lines changed

3 files changed

+267
-323
lines changed

app/components/List/index.js

+1-1
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)