From a863e792145281479a146f2187aa1c1d5264e65c Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Tue, 10 Nov 2020 15:25:12 -0600 Subject: [PATCH] fix(teams): allow dismissal of approval requests, again --- website/client/src/components/header/notificationsDropdown.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/client/src/components/header/notificationsDropdown.vue b/website/client/src/components/header/notificationsDropdown.vue index f5b9a3b807..a22e8ab4d6 100644 --- a/website/client/src/components/header/notificationsDropdown.vue +++ b/website/client/src/components/header/notificationsDropdown.vue @@ -193,7 +193,7 @@ export default { openStatus: undefined, actionableNotifications: [ 'GUILD_INVITATION', 'PARTY_INVITATION', 'CHALLENGE_INVITATION', - 'QUEST_INVITATION', 'GROUP_TASK_APPROVAL', 'GROUP_TASK_APPROVED', + 'QUEST_INVITATION', 'GROUP_TASK_APPROVED', ], // A list of notifications handled by this component, // listed in the order they should appear in the notifications panel.