Move sticker picker icon.

pull/21833/head
Richard Lewis 2018-03-07 11:52:42 +00:00
parent b529edb5cc
commit 7f91b47598
1 changed files with 1 additions and 1 deletions

View File

@ -340,11 +340,11 @@ export default class MessageComposer extends React.Component {
onContentChanged={this.onInputContentChanged} onContentChanged={this.onInputContentChanged}
onInputStateChanged={this.onInputStateChanged} />, onInputStateChanged={this.onInputStateChanged} />,
formattingButton, formattingButton,
<Stickerpicker key='stickerpicker_controls_button' room={this.props.room} />,
uploadButton, uploadButton,
hangupButton, hangupButton,
callButton, callButton,
videoCallButton, videoCallButton,
<Stickerpicker key='stickerpicker_controls_button' room={this.props.room} />,
); );
} else { } else {
controls.push( controls.push(