removing code to display global reminders for out of script travelers as the travelers should not have global reminders anyway.

This commit is contained in:
Dave 2021-01-25 14:35:03 +00:00
parent 3fc1c3c1a5
commit 468e45475a
1 changed files with 0 additions and 10 deletions

View File

@ -95,16 +95,6 @@ export default {
}))
];
}
if (role.remindersGlobal && role.remindersGlobal.length) {
reminders = [
...reminders,
...role.remindersGlobal.map(name => ({
role: role.id,
image: role.image,
name
}))
];
}
});
reminders.push({ role: "good", name: "Good" });