Remove slightly misleading commented code
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