1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-11-29 21:23:11 +03:00

remove obsolete resizer

This commit is contained in:
Bruno Windels
2018-10-19 14:37:23 +02:00
parent 14cdd723f7
commit 57a9d3ca98
2 changed files with 0 additions and 6 deletions

View File

@@ -394,7 +394,6 @@ const RoomSubList = React.createClass({
<div className="mx_RoomSubList">
{this.props.alwaysShowHeader ? this._getHeaderJsx() : undefined}
{ this.state.hidden ? undefined : content }
<div className="mx_RoomSubList_resizer"></div>
</div>
);
}