From 3dc326db6a2ffe258f4da33645abd3326275d156 Mon Sep 17 00:00:00 2001 From: Thuan Pham Quoc Date: Fri, 1 Dec 2017 15:26:41 +0700 Subject: Move user-admin subsciption to header --- client/components/boards/boardsList.js | 1 - 1 file changed, 1 deletion(-) (limited to 'client/components/boards/boardsList.js') diff --git a/client/components/boards/boardsList.js b/client/components/boards/boardsList.js index 6c9600a1..cc4e2f87 100644 --- a/client/components/boards/boardsList.js +++ b/client/components/boards/boardsList.js @@ -5,7 +5,6 @@ BlazeComponent.extendComponent({ // 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'); - Meteor.subscribe('user-admin'); }, boards() { -- cgit v1.2.3-1-g7c22