Skip to content

Commit

Permalink
Fix profile list (#1907)
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey authored Nov 15, 2023
1 parent e08d06f commit 7d5e01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/screens/ProfileList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}>
Expand Down

0 comments on commit 7d5e01f

Please sign in to comment.