mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-12 04:31:11 +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 = {
|
||||
title: PropTypes.node.isRequired,
|
||||
onClickMore: PropTypes.func,
|
||||
children: PropTypes.children,
|
||||
};
|
||||
children: PropTypes.node,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user