Fix profile list (#1907)
parent
e08d06f263
commit
7d5e01f433
|
@ -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…
Reference in New Issue