[Glitch] Fix wrong proptypes for onEditAccountNote

Port 5faf2de938 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
ThibG
2020-08-02 11:20:02 +02:00
committed by Thibaut Girka
parent 1d8e930445
commit 8f3295f212
2 changed files with 9 additions and 1 deletions

View File

@ -24,7 +24,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,
};