aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/profile/FriendsCount.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/FriendsCount.tsx b/src/components/profile/FriendsCount.tsx
index 8252266e..a299e9a1 100644
--- a/src/components/profile/FriendsCount.tsx
+++ b/src/components/profile/FriendsCount.tsx
@@ -37,7 +37,7 @@ const FriendsCount: React.FC<FriendsCountProps> = ({
return (
<TouchableOpacity
onPress={() =>
- navigation.navigate('FriendsListScreen', {
+ navigation.push('FriendsListScreen', {
userXId,
screenType,
})