syntax error
This commit is contained in:
parent
2b96ce9d4f
commit
a031ee92f4
@ -156,7 +156,6 @@ Template.registerHelper('pref', (val) => { // Obtains all user preferences.
|
||||
return invert[preferences[val]];
|
||||
}
|
||||
return preferences[val].charAt(0).toUpperCase() + preferences[val].slice(1);
|
||||
}
|
||||
});
|
||||
|
||||
Template.main.helpers({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user