diff options
author | Angelo Gallarello <angelo.gallarell@gmail.com> | 2018-09-12 00:52:29 +0200 |
---|---|---|
committer | Angelo Gallarello <angelo.gallarell@gmail.com> | 2018-09-12 00:52:29 +0200 |
commit | 34b37116cf8c618a4ea12b13d969c24654f4248b (patch) | |
tree | 287193373538fb0c0e6e7d634a21c6e5f85b3811 /client/components/activities | |
parent | 1f5f429fc4535d251d32335eea7e44904a924650 (diff) | |
download | wekan-34b37116cf8c618a4ea12b13d969c24654f4248b.tar.gz wekan-34b37116cf8c618a4ea12b13d969c24654f4248b.tar.bz2 wekan-34b37116cf8c618a4ea12b13d969c24654f4248b.zip |
Fixed rule allows
Diffstat (limited to 'client/components/activities')
-rw-r--r-- | client/components/activities/activities.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/client/components/activities/activities.js b/client/components/activities/activities.js index 11b39126..f1414e44 100644 --- a/client/components/activities/activities.js +++ b/client/components/activities/activities.js @@ -67,9 +67,6 @@ BlazeComponent.extendComponent({ lastLabel(){ const lastLabelId = this.currentData().labelId; const lastLabel = Boards.findOne(Session.get('currentBoard')).getLabelById(lastLabelId); - console.log("LAST"); - console.log(lastLabel); - if(lastLabel.name == undefined || lastLabel.name == ""){ return lastLabel.color; }else{ |