From c686cadfef27bb84966f807681874d91b96450c6 Mon Sep 17 00:00:00 2001 From: Thuan Pham Quoc Date: Wed, 6 Dec 2017 15:39:54 +0700 Subject: Fixed - boards subscription should be placed at header for all other component can be used --- client/components/boards/boardsList.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'client/components/boards') diff --git a/client/components/boards/boardsList.js b/client/components/boards/boardsList.js index cc4e2f87..1ed88146 100644 --- a/client/components/boards/boardsList.js +++ b/client/components/boards/boardsList.js @@ -2,8 +2,6 @@ const subManager = new SubsManager(); BlazeComponent.extendComponent({ onCreated() { - // Here is the only place that boards data needed, all boards data will stop sync when leaving this template. - Meteor.subscribe('boards'); Meteor.subscribe('setting'); }, -- cgit v1.2.3-1-g7c22