Fix profile list (#1907)

This commit is contained in:
Eric Bailey
2023-11-14 19:45:38 -06:00
committed by GitHub
parent e08d06f263
commit 7d5e01f433
+1 -1
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}>