We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0639c commit 63b1cf1Copy full SHA for 63b1cf1
src/helpers/HeaderWrapper.jsx
@@ -15,7 +15,7 @@ const HeaderWrapper = ({ children, title, className }) => {
15
16
HeaderWrapper.propTypes = {
17
children: PropTypes.node.isRequired,
18
- title: PropTypes.string.isRequired,
+ title: PropTypes.string,
19
className: PropTypes.string,
20
};
21
0 commit comments