mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 04:48:50 +03:00
Remove slightly misleading commented code
This commit is contained in:
parent
a5ea19b900
commit
9b1ffe6fda
1 changed files with 0 additions and 1 deletions
|
@ -530,7 +530,6 @@ var RoomSubList = React.createClass({
|
|||
|
||||
let content;
|
||||
if (this.state.sortedList.length == 0) {
|
||||
//content = <RoomDropTarget label={ 'Drop here to ' + this.props.verb }/>;
|
||||
content = this.props.emptyContent;
|
||||
} else {
|
||||
content = this.makeRoomTiles();
|
||||
|
|
Loading…
Reference in a new issue