Fix profile list (#1907)
This commit is contained in:
parent
e08d06f263
commit
7d5e01f433
1 changed files with 1 additions and 1 deletions
|
@ -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}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue