Fix feed pagination on user profiles

This commit is contained in:
Paul Frazee 2022-09-28 17:02:55 -05:00
parent b4ad0cff4b
commit cb5a575bc8
7 changed files with 12 additions and 9 deletions

View file

@ -80,7 +80,7 @@ export const Profile = observer(({visible, params}: ScreenParams) => {
} else if (profileUiState.feed.hasError) {
items.push({
_reactKey: '__error__',
error: profileUiState.feed.errorStr,
error: profileUiState.feed.error,
})
renderItem = (item: any) => (
<View style={s.p5}>