Fix onEndorseToggle props warning

This commit is contained in:
Alex Gleason 2020-08-26 19:20:18 -05:00
parent da6239c4fc
commit efa6f94cdd
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -19,7 +19,7 @@ export default class Header extends ImmutablePureComponent {
onMute: PropTypes.func.isRequired,
onBlockDomain: PropTypes.func.isRequired,
onUnblockDomain: PropTypes.func.isRequired,
onEndorseToggle: PropTypes.func.isRequired,
// onEndorseToggle: PropTypes.func.isRequired,
onAddToList: PropTypes.func.isRequired,
username: PropTypes.string,
};