about summary refs log tree commit diff
path: root/src/view/screens/Profile.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/screens/Profile.tsx')
-rw-r--r--src/view/screens/Profile.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/view/screens/Profile.tsx b/src/view/screens/Profile.tsx
index cd6c72ff5..4e4e3040b 100644
--- a/src/view/screens/Profile.tsx
+++ b/src/view/screens/Profile.tsx
@@ -145,8 +145,7 @@ export const ProfileScreen = withAuthRequired(
           <ErrorScreen
             testID="profileErrorScreen"
             title="Failed to load profile"
-            message={`There was an issue when attempting to load ${route.params.name}`}
-            details={uiState.profile.error}
+            message={uiState.profile.error}
             onPressTryAgain={onPressTryAgain}
           />
         ) : uiState.profile.hasLoaded ? (