diff options
author | Ivan Chen <ivan@tagg.id> | 2021-03-30 16:13:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 16:13:41 -0400 |
commit | f570f6c75ff051e9f8afe359a237a05828dc6ffb (patch) | |
tree | 6312728d93cafb062fdfd0e4303f8554c3ffdb05 /src/components/notifications/Notification.tsx | |
parent | 51221063c1747ea7ba6a250e60906d6a06b0fbd8 (diff) | |
parent | 6aaeed352035aa827d590d479f979f7488f01c2d (diff) |
Merge pull request #342 from shravyaramesh/tma718-move-invite-friends
[TMA-718] Move Invite Friends to Notifications Screen
Diffstat (limited to 'src/components/notifications/Notification.tsx')
-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)) { |