mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Appease linter
This commit is contained in:
parent
e416952c90
commit
bb87834dc8
1 changed files with 1 additions and 1 deletions
|
@ -548,7 +548,7 @@ export default class MessageComposer extends React.Component<IProps, IState> {
|
|||
yOffset={-50}
|
||||
/>;
|
||||
}
|
||||
controls.push(
|
||||
controls.push(
|
||||
<Stickerpicker
|
||||
room={this.props.room}
|
||||
showStickers={this.state.showStickers}
|
||||
|
|
Loading…
Reference in a new issue