Fix wrong proptypes for onEditAccountNote (#14481)
Also add missing PropTypes to the correct component Fixes #14478
This commit is contained in:
parent
cd94854e7d
commit
5faf2de938
2 changed files with 10 additions and 1 deletions
|
@ -23,7 +23,6 @@ export default class Header extends ImmutablePureComponent {
|
|||
onUnblockDomain: PropTypes.func.isRequired,
|
||||
onEndorseToggle: PropTypes.func.isRequired,
|
||||
onAddToList: PropTypes.func.isRequired,
|
||||
onEditAccountNote: PropTypes.func.isRequired,
|
||||
hideTabs: PropTypes.bool,
|
||||
domain: PropTypes.string.isRequired,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue