aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications
diff options
context:
space:
mode:
authorAshm Walia <ashmwalia@outlook.com>2021-01-29 10:55:14 -0800
committerAshm Walia <ashmwalia@outlook.com>2021-01-29 10:55:14 -0800
commit0e86cd3c972e54cf700cca65bb2493e84056276c (patch)
tree7d655845fd577107ff68c0d146fbdb2dca45659a /src/components/notifications
parent2c36dcff257de81438500eccf61a3f9a968331ce (diff)
kind of works
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 94367304..c754f941 100644
--- a/src/components/notifications/Notification.tsx
+++ b/src/components/notifications/Notification.tsx
@@ -122,6 +122,7 @@ const Notification: React.FC<NotificationProps> = (props) => {
navigation.push('MomentCommentsScreen', {
moment_id: moment.moment_id,
screenType,
+ comment_id: notification_object?.comment_id,
});
}, 500);
}