aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/PublicProfile.tsx
diff options
context:
space:
mode:
authorankit-thanekar007 <ankit.thanekar007@gmail.com>2021-03-25 17:09:45 -0700
committerankit-thanekar007 <ankit.thanekar007@gmail.com>2021-03-25 17:09:45 -0700
commit82acd049763452decdab0c40e6cf7286dd2ed57d (patch)
treeca6af18b1cc9f3f4fbd54fb3e16470543c445e14 /src/components/profile/PublicProfile.tsx
parentf662d1cd85447de0f6be945a350d1f2d1be5033e (diff)
Private account toggle changes
Diffstat (limited to 'src/components/profile/PublicProfile.tsx')
-rw-r--r--src/components/profile/PublicProfile.tsx2
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,
})