fixed global reminders not showing up

This commit is contained in:
Steffen 2020-12-29 10:33:47 +01:00
parent 12023ce80c
commit 85a7e259ea
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ export default {
];
}
// add global reminders
else if (role.remindersGlobal && role.remindersGlobal.length) {
if (role.remindersGlobal && role.remindersGlobal.length) {
reminders = [
...reminders,
...role.remindersGlobal.map(name => ({