Card vote options in new fork

This commit is contained in:
Nico 2020-05-03 00:33:15 +02:00
parent 533bc045d0
commit 3cc0a93e0e
10 changed files with 239 additions and 65 deletions

View file

@ -25,7 +25,6 @@ BlazeComponent.extendComponent({
},
onRendered() {
const self = this;
function userIsAllowedToMove() {
return Meteor.user();
}
@ -78,7 +77,7 @@ BlazeComponent.extendComponent({
},
boards() {
let query = {
const query = {
archived: false,
type: 'board',
};