diff options
Diffstat (limited to 'src/components/profile/PublicProfile.tsx')
-rw-r--r-- | src/components/profile/PublicProfile.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/PublicProfile.tsx b/src/components/profile/PublicProfile.tsx index f453d05b..4b5166f0 100644 --- a/src/components/profile/PublicProfile.tsx +++ b/src/components/profile/PublicProfile.tsx @@ -227,7 +227,7 @@ const PublicProfile: React.FC<ContentProps> = ({y, userXId, screenType}) => { {!userXId && ( <TouchableOpacity onPress={() => - navigation.push('CategorySelection', { + navigation.navigate('CategorySelection', { screenType: CategorySelectionScreenType.Profile, user: loggedInUser, }) |