diff --git a/app/javascript/mastodon/features/explore/components/search_section.jsx b/app/javascript/mastodon/features/explore/components/search_section.jsx index c84e3f7cef..b06da9d9d3 100644 --- a/app/javascript/mastodon/features/explore/components/search_section.jsx +++ b/app/javascript/mastodon/features/explore/components/search_section.jsx @@ -16,5 +16,5 @@ export const SearchSection = ({ title, onClickMore, children }) => ( SearchSection.propTypes = { title: PropTypes.node.isRequired, onClickMore: PropTypes.func, - children: PropTypes.children, -}; \ No newline at end of file + children: PropTypes.node, +};