Skip to content

Commit 0f35c51

Browse files
committed
[C] Fix incorrect prop-type
1 parent 2e71646 commit 0f35c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/frontend/components/entity/Collection/EntityCollection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ EntityCollection.propTypes = {
100100
nested: PropTypes.bool,
101101
boxed: PropTypes.bool,
102102
className: PropTypes.string,
103-
containerWrapPoint: PropTypes.bool,
103+
containerWrapPoint: PropTypes.string,
104104
...headerProps
105105
};
106106

0 commit comments

Comments
 (0)