BlazeComponent.extendComponent({ onCreated() { this.subscribe('allRules'); }, labels(){ const labels = Boards.findOne(Session.get('currentBoard')).labels; console.log(labels); for(let i = 0;i