Skip to content

Commit

Permalink
EPMRPP-76491 || code review fixes - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Sidarkevich committed Apr 15, 2022
1 parent 3bcfd7c commit a631e5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Header.propTypes = {
titleNode: PropTypes.node,
children: PropTypes.node,
};
Header.propTypes = {
Header.defaultProps = {
title: '',
titleNode: null,
children: null,
Expand Down

0 comments on commit a631e5e

Please sign in to comment.