aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-03-30 12:26:05 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-03-30 12:26:05 -0700
commit357ac758abf9a2a2364b265051743bbbc50893a6 (patch)
tree1cacdc8fbd680240c3eaee5df905d0ca75766203 /src/components/notifications
parente462253fbe8019b1fcb1e9c3928f722cfd6bbb54 (diff)
Added notification
Diffstat (limited to 'src/components/notifications')
-rw-r--r--src/components/notifications/Notification.tsx1
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)) {