Skip to content

Commit

Permalink
Fix profile list
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey committed Nov 14, 2023
1 parent 68767d5 commit 59467c8
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 59467c8

Please sign in to comment.