Fix profile list (#1907)

zio/stable
Eric Bailey 2023-11-14 19:45:38 -06:00 committed by GitHub
parent e08d06f263
commit 7d5e01f433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}>