Fix profile list (#1907)
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user