diff options
Diffstat (limited to 'src/components/comments')
-rw-r--r-- | src/components/comments/CommentsCount.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/comments/CommentsCount.tsx b/src/components/comments/CommentsCount.tsx index 74b4194c..bd87a2b2 100644 --- a/src/components/comments/CommentsCount.tsx +++ b/src/components/comments/CommentsCount.tsx @@ -22,7 +22,7 @@ const CommentsCount: React.FC<CommentsCountProps> = ({ }) => { const navigation = useNavigation(); const navigateToCommentsScreen = async () => { - navigation.navigate('MomentCommentsScreen', { + navigation.push('MomentCommentsScreen', { isProfileView: isProfileView, moment_id: moment_id, }); |