diff options
Diffstat (limited to 'client/components/boards')
-rw-r--r-- | client/components/boards/boardsList.js | 1 |
1 files changed, 0 insertions, 1 deletions
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() { |