Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 12cee6e

Browse files
authored
Add missing key to ReplyInThreadButton as used in MessageActionBar (#8616)
1 parent 4162c21 commit 12cee6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/messages/MessageActionBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ export default class MessageActionBar extends React.PureComponent<IMessageAction
384384
key="cancel"
385385
/>;
386386

387-
const threadTooltipButton = <ReplyInThreadButton mxEvent={this.props.mxEvent} />;
387+
const threadTooltipButton = <ReplyInThreadButton mxEvent={this.props.mxEvent} key="reply_thread" />;
388388

389389
// We show a different toolbar for failed events, so detect that first.
390390
const mxEvent = this.props.mxEvent;

0 commit comments

Comments
 (0)