Chats: clicking the profile message button calls onMessage

This commit is contained in:
Alex Gleason
2020-08-26 19:46:23 -05:00
parent efa6f94cdd
commit 9a3aab27c9
4 changed files with 25 additions and 1 deletions

View File

@ -72,6 +72,11 @@ export default class Header extends ImmutablePureComponent {
this.props.onUnblockDomain(domain);
}
handleMessage = () => {
this.props.onMessage(this.props.account, this.context.router.history);
}
// handleEndorseToggle = () => {
// this.props.onEndorseToggle(this.props.account);
// }