Add missing key
to ReplyInThreadButton
as used in MessageActionBar
(#8616)
This commit is contained in:
parent
4162c21596
commit
12cee6e29f
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ export default class MessageActionBar extends React.PureComponent<IMessageAction
|
|||
key="cancel"
|
||||
/>;
|
||||
|
||||
const threadTooltipButton = <ReplyInThreadButton mxEvent={this.props.mxEvent} />;
|
||||
const threadTooltipButton = <ReplyInThreadButton mxEvent={this.props.mxEvent} key="reply_thread" />;
|
||||
|
||||
// We show a different toolbar for failed events, so detect that first.
|
||||
const mxEvent = this.props.mxEvent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue