parent
8d76db2714
commit
ebaef6e3df
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ export default class Conversation extends ImmutablePureComponent {
|
||||||
otherAccounts={accounts}
|
otherAccounts={accounts}
|
||||||
onMoveUp={this.handleHotkeyMoveUp}
|
onMoveUp={this.handleHotkeyMoveUp}
|
||||||
onMoveDown={this.handleHotkeyMoveDown}
|
onMoveDown={this.handleHotkeyMoveDown}
|
||||||
|
onClick={this.handleClick}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue