Remove slightly misleading commented code

pull/4023/head
David Baker 2017-05-04 17:46:44 +01:00 committed by Luke Barnard
parent a5ea19b900
commit 9b1ffe6fda
1 changed files with 0 additions and 1 deletions

View File

@ -530,7 +530,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();