From 357ac758abf9a2a2364b265051743bbbc50893a6 Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Tue, 30 Mar 2021 12:26:05 -0700 Subject: Added notification --- src/components/notifications/Notification.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/notifications') diff --git a/src/components/notifications/Notification.tsx b/src/components/notifications/Notification.tsx index 8143e396..8e008cf9 100644 --- a/src/components/notifications/Notification.tsx +++ b/src/components/notifications/Notification.tsx @@ -91,6 +91,7 @@ const Notification: React.FC = (props) => { const onNotificationTap = async () => { switch (notification_type) { + case 'INVT_ONBRD': case 'FRD_ACPT': case 'FRD_REQ': if (!userXInStore(state, screenType, id)) { -- cgit v1.2.3-70-g09d2