mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
remove redundant key
This commit is contained in:
parent
24006588d5
commit
05c3f5c381
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ class FilePanel extends React.Component {
|
|||
// "(" + this.state.timelineSet._timelines.join(", ") + ")" + " with key " + this.props.roomId);
|
||||
return (
|
||||
<div className="mx_FilePanel" role="tabpanel">
|
||||
<TimelinePanel key={"filepanel_" + this.props.roomId}
|
||||
<TimelinePanel
|
||||
manageReadReceipts={false}
|
||||
manageReadMarkers={false}
|
||||
timelineSet={this.state.timelineSet}
|
||||
|
|
Loading…
Reference in a new issue