mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Remove slightly misleading commented code
This commit is contained in:
parent
da960e776d
commit
23a141c5ad
@ -477,7 +477,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 New Issue
Block a user