diff options
Diffstat (limited to 'src/routes/profile/Profile.tsx')
-rw-r--r-- | src/routes/profile/Profile.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/profile/Profile.tsx b/src/routes/profile/Profile.tsx index 363e9e21..736127bf 100644 --- a/src/routes/profile/Profile.tsx +++ b/src/routes/profile/Profile.tsx @@ -42,7 +42,7 @@ const Profile: React.FC<ProfileStackProps> = ({route}) => { }), }} mode="modal" - initialRouteName={!isProfileView ? `Profile` : `Search`}> + initialRouteName={!isProfileView ? 'Profile' : 'Search'}> <ProfileStack.Screen name="Profile" component={ProfileScreen} |