|
@@ -27,8 +27,6 @@ BlazeComponent.extendComponent({
|
|
Meteor.subscribe('unsaved-edits');
|
|
Meteor.subscribe('unsaved-edits');
|
|
},
|
|
},
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
isWatching() {
|
|
isWatching() {
|
|
const card = this.currentData();
|
|
const card = this.currentData();
|
|
return card.findWatcher(Meteor.userId());
|
|
return card.findWatcher(Meteor.userId());
|