mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Added a key
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
3983c15302
commit
9420cc35cc
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@ export default class MessageComposer extends React.Component {
|
|||
|
||||
if (!this.state.isComposerEmpty) {
|
||||
controls.push(
|
||||
<SendButton onClick={this.sendMessage} />,
|
||||
<SendButton key="controls_send" onClick={this.sendMessage} />,
|
||||
);
|
||||
}
|
||||
} else if (this.state.tombstone) {
|
||||
|
|
Loading…
Reference in a new issue