forked from matrix/element-web
Remove slightly misleading commented code
This commit is contained in:
parent
a5ea19b900
commit
9b1ffe6fda
|
@ -530,7 +530,6 @@ var RoomSubList = React.createClass({
|
||||||
|
|
||||||
let content;
|
let content;
|
||||||
if (this.state.sortedList.length == 0) {
|
if (this.state.sortedList.length == 0) {
|
||||||
//content = <RoomDropTarget label={ 'Drop here to ' + this.props.verb }/>;
|
|
||||||
content = this.props.emptyContent;
|
content = this.props.emptyContent;
|
||||||
} else {
|
} else {
|
||||||
content = this.makeRoomTiles();
|
content = this.makeRoomTiles();
|
||||||
|
|
Loading…
Reference in New Issue