diff options
Diffstat (limited to 'src/components/profile/FollowCount.tsx')
-rw-r--r-- | src/components/profile/FollowCount.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/FollowCount.tsx b/src/components/profile/FollowCount.tsx index 9cace17d..80d56de4 100644 --- a/src/components/profile/FollowCount.tsx +++ b/src/components/profile/FollowCount.tsx @@ -27,7 +27,7 @@ const FollowCount: React.FC<FollowCountProps> = ({ return ( <TouchableOpacity onPress={() => - navigation.navigate('FollowersListScreen', { + navigation.push('FollowersListScreen', { isProfileView: isProfileView, isFollowers: mode === 'followers', }) |