1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-12-01 09:58:03 +03:00

remove redundant key

This commit is contained in:
Michael Telatynski
2020-09-03 17:05:33 +01:00
parent 24006588d5
commit 05c3f5c381

View File

@@ -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}