Fix to error screen and postthread loading state (#540)
* Fix loading state on postthread * Improve error screen rendering * Dark mode exclamation in error screen * Fix lint
This commit is contained in:
parent
8f3915e0a5
commit
ae895155fd
3 changed files with 23 additions and 23 deletions
|
@ -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 ? (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue