diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-12-02 22:04:20 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-12-02 22:04:20 +0200 |
commit | 9261371c510dbc1f2d08890db072ccc96f4f6c1d (patch) | |
tree | 8d75848592b958dfa171ed2ee3a320b2d1636a85 | |
parent | 233554a3d69f1cf3a509e540fc1623d17c357037 (diff) | |
download | wekan-9261371c510dbc1f2d08890db072ccc96f4f6c1d.tar.gz wekan-9261371c510dbc1f2d08890db072ccc96f4f6c1d.tar.bz2 wekan-9261371c510dbc1f2d08890db072ccc96f4f6c1d.zip |
Fix lint error.
-rw-r--r-- | client/components/cards/cardDetails.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/components/cards/cardDetails.js b/client/components/cards/cardDetails.js index e18de87c..f4e6e773 100644 --- a/client/components/cards/cardDetails.js +++ b/client/components/cards/cardDetails.js @@ -27,8 +27,6 @@ BlazeComponent.extendComponent({ Meteor.subscribe('unsaved-edits'); }, - - isWatching() { const card = this.currentData(); return card.findWatcher(Meteor.userId()); |