parent
3983c15302
commit
9420cc35cc
|
@ -483,7 +483,7 @@ export default class MessageComposer extends React.Component {
|
||||||
|
|
||||||
if (!this.state.isComposerEmpty) {
|
if (!this.state.isComposerEmpty) {
|
||||||
controls.push(
|
controls.push(
|
||||||
<SendButton onClick={this.sendMessage} />,
|
<SendButton key="controls_send" onClick={this.sendMessage} />,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
} else if (this.state.tombstone) {
|
} else if (this.state.tombstone) {
|
||||||
|
|
Loading…
Reference in New Issue