From cb6fb946a230fc8d6328533ccb0c952260c75853 Mon Sep 17 00:00:00 2001 From: Ashm Walia Date: Thu, 4 Feb 2021 10:40:10 -0800 Subject: remove code --- src/components/notifications/Notification.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/components/notifications/Notification.tsx b/src/components/notifications/Notification.tsx index 64454bfc..c2c6c4e4 100644 --- a/src/components/notifications/Notification.tsx +++ b/src/components/notifications/Notification.tsx @@ -151,20 +151,19 @@ const Notification: React.FC = (props) => { //STEP 3 if (moment) { - //Now if moment was found, navigate to the respective moment if (reply) { dispatch(updateReplyPosted(reply)); } navigation.push('IndividualMoment', { moment, - userXId, // we're only viewing our own moment here + userXId, screenType, }); setTimeout(() => { navigation.push('MomentCommentsScreen', { - moment_id: moment_id, + moment_id, screenType, - comment_id: comment_id, + comment_id, }); }, 500); } -- cgit v1.2.3-70-g09d2