mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-20 13:11:12 +02: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…
x
Reference in New Issue
Block a user