Remove slightly misleading commented code
This commit is contained in:
parent
da960e776d
commit
23a141c5ad
|
@ -477,7 +477,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