Fix merge
This commit is contained in:
parent
80459a006b
commit
444ecc5029
@ -85,22 +85,14 @@ Template.registerHelper('myClasses', () => {
|
|||||||
array[i].thisClassWork = thisWork;
|
array[i].thisClassWork = thisWork;
|
||||||
}
|
}
|
||||||
Session.set("noclass",false);
|
Session.set("noclass",false);
|
||||||
<<<<<<< HEAD
|
|
||||||
console.log(array);
|
|
||||||
return array;
|
return array;
|
||||||
=======
|
|
||||||
return array;
|
|
||||||
>>>>>>> afd60acb9ab69a32ee86ae92e86e0d67e39af7be
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
Template.main.helpers({
|
Template.main.helpers({
|
||||||
schoolName() {
|
schoolName() {
|
||||||
<<<<<<< HEAD
|
|
||||||
Session.set("calendarclasses", Meteor.user().profile.classes);
|
Session.set("calendarclasses", Meteor.user().profile.classes);
|
||||||
=======
|
|
||||||
Session.set("calendarclasses", Meteor.user().profile.classes);
|
|
||||||
>>>>>>> afd60acb9ab69a32ee86ae92e86e0d67e39af7be
|
|
||||||
return " - " + Meteor.user().profile.school;
|
return " - " + Meteor.user().profile.school;
|
||||||
},
|
},
|
||||||
iconColor(icon) {
|
iconColor(icon) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user