Fix M hotkey inserting @undefined when in detailed status (#7931)

Fix #7903
th-downstream
Eugen Rochko 6 years ago committed by Yamagishi Kazutoshi
parent 7ea46177f2
commit 3cb10d1020

@ -276,7 +276,7 @@ export default class Status extends ImmutablePureComponent {
handleHotkeyMention = e => {
e.preventDefault();
this.handleMentionClick(this.props.status);
this.handleMentionClick(this.props.status.get('account'));
}
handleHotkeyOpenProfile = () => {

Loading…
Cancel
Save