diff options
Diffstat (limited to 'src/components/profile/Followers.tsx')
-rw-r--r-- | src/components/profile/Followers.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/Followers.tsx b/src/components/profile/Followers.tsx index bee02e07..6f56c03c 100644 --- a/src/components/profile/Followers.tsx +++ b/src/components/profile/Followers.tsx @@ -20,7 +20,7 @@ const Followers: React.FC<FollowersListProps> = ({result, sectionTitle}) => { buttonStyle={styles.button} titleStyle={styles.buttonText} onPress={() => { - navigation.goBack(); + navigation.pop(); }} /> <Text style={styles.title}>{sectionTitle}</Text> |