Restore the popup to add a member to the board

This commit is contained in:
Maxime Quandalle 2015-06-06 14:48:36 +02:00
parent 49167ccaa9
commit 12919cbfc6
7 changed files with 164 additions and 193 deletions

View file

@ -33,7 +33,7 @@ BlazeComponent.extendComponent({
// Only show the star counter if the number of star is greater than 2
showStarCounter: function() {
var currentBoard = this.currentData();
return currentBoard && currentBoard.stars > 2;
return currentBoard && currentBoard.stars >= 2;
},
events: function() {