summaryrefslogtreecommitdiffstats
path: root/client/components/lists/listBody.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/lists/listBody.js')
-rw-r--r--client/components/lists/listBody.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/client/components/lists/listBody.js b/client/components/lists/listBody.js
index 2851b69a..b0974705 100644
--- a/client/components/lists/listBody.js
+++ b/client/components/lists/listBody.js
@@ -377,12 +377,6 @@ BlazeComponent.extendComponent({
},
}).register('addCardForm');
-Template.addCardForm.helpers({
- linkedCardsEnabled() {
- return Meteor.settings.public.linkedCardsEnabled;
- },
-});
-
BlazeComponent.extendComponent({
onCreated() {
this.selectedBoardId = new ReactiveVar('');