mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-21 17:11:14 +00:00
Invalid prop type
This commit is contained in:
parent
9d664f87a0
commit
7c3834a8c8
|
@ -16,5 +16,5 @@ export const SearchSection = ({ title, onClickMore, children }) => (
|
||||||
SearchSection.propTypes = {
|
SearchSection.propTypes = {
|
||||||
title: PropTypes.node.isRequired,
|
title: PropTypes.node.isRequired,
|
||||||
onClickMore: PropTypes.func,
|
onClickMore: PropTypes.func,
|
||||||
children: PropTypes.children,
|
children: PropTypes.node,
|
||||||
};
|
};
|
Loading…
Reference in New Issue
Block a user