You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-01 09:58:03 +03:00
Remove slightly misleading commented code
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user