From 1fc597d73bc75b3658ac593ad09d6cf515e475ef Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Mon, 12 Sep 2022 07:26:23 +0200 Subject: Meta: Drop deprecated color classes (#5965) --- source/features/select-notifications.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'source/features/select-notifications.tsx') diff --git a/source/features/select-notifications.tsx b/source/features/select-notifications.tsx index f3dc393a..8a934a96 100644 --- a/source/features/select-notifications.tsx +++ b/source/features/select-notifications.tsx @@ -83,14 +83,14 @@ function handleSelection({target}: Event): void { function createDropdownList(category: Category, filters: Filter[]): JSX.Element { const icons: {[Key in Filter]: JSX.Element} = { - 'Pull requests': , - Issues: , - Open: , - Closed: , - Draft: , + 'Pull requests': , + Issues: , + Open: , + Closed: , + Draft: , Merged: , - Read: , - Unread: , + Read: , + Unread: , }; return ( -- cgit v1.2.3