diff options
-rw-r--r-- | src/view/screens/ProfileList.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/ProfileList.tsx b/src/view/screens/ProfileList.tsx index 594f4907d..ec6c7f79c 100644 --- a/src/view/screens/ProfileList.tsx +++ b/src/view/screens/ProfileList.tsx @@ -90,7 +90,7 @@ export const ProfileListScreen = withAuthRequired( } return resolvedUri && list ? ( - <ProfileListScreenLoaded {...props} uri={resolvedUri} list={list} /> + <ProfileListScreenLoaded {...props} uri={resolvedUri.uri} list={list} /> ) : ( <CenteredView> <View style={s.p20}> |