Merge branch 'kb_development' into kb_migration
This commit is contained in:
commit
4990a50874
7 changed files with 32 additions and 13 deletions
|
@ -186,6 +186,8 @@ class ActionBar extends React.PureComponent {
|
|||
this.props.onEmojiReact(this.props.status, data);
|
||||
};
|
||||
|
||||
handleEmojiPickInnerButton = () => {};
|
||||
|
||||
render () {
|
||||
const { status, relationship, intl } = this.props;
|
||||
const { signedIn, permissions } = this.context.identity;
|
||||
|
@ -268,7 +270,7 @@ class ActionBar extends React.PureComponent {
|
|||
);
|
||||
|
||||
const emojiPickerButton = (
|
||||
<IconButton icon='smile-o' />
|
||||
<IconButton icon='smile-o' onClick={this.handleEmojiPickInnerButton} />
|
||||
);
|
||||
|
||||
let replyIcon;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue