Add comment

pull/21833/head
Luke Barnard 2017-06-01 10:08:02 +01:00
parent 40154df930
commit dd48b3f055
1 changed files with 1 additions and 0 deletions

View File

@ -529,6 +529,7 @@ module.exports = React.createClass({
</div>;
}
// We don't want to display drop targets if there are no room tiles to drag'n'drop
if (this.state.totalRoomCount === 0) {
return null;
}