diff options
Diffstat (limited to 'src/components/notifications')
-rw-r--r-- | src/components/notifications/Notification.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
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<NotificationProps> = (props) => { const onNotificationTap = async () => { switch (notification_type) { + case 'INVT_ONBRD': case 'FRD_ACPT': case 'FRD_REQ': if (!userXInStore(state, screenType, id)) { |