aboutsummaryrefslogtreecommitdiff
path: root/src/components/comments
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/comments')
-rw-r--r--src/components/comments/CommentsCount.tsx2
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,
});