Skip to content

Commit c1fd352

Browse files
author
jonisaa
committed
Fix warning props for NormalForm title prop when it's null
1 parent be036ce commit c1fd352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form/NormalForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Header from '../common/Header';
44
export default class NormalForm extends Component {
55
static propTypes = {
66
content: PropTypes.array.isRequired,
7-
title: PropTypes.string.isRequired
7+
title: PropTypes.string
88
};
99

1010
render() {

0 commit comments

Comments
 (0)