Fixes React.js console errors (#7829)
This commit is contained in:
parent
548535be1f
commit
2160fd81c2
3 changed files with 9 additions and 1 deletions
|
@ -1362,6 +1362,7 @@ export default class EventTile extends React.Component<IProps, IState> {
|
|||
reactionsRow = <ReactionsRow
|
||||
mxEvent={this.props.mxEvent}
|
||||
reactions={this.state.reactions}
|
||||
key="mx_EventTile_reactionsRow"
|
||||
/>;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue