Fix feed pagination on user profiles
This commit is contained in:
parent
b4ad0cff4b
commit
cb5a575bc8
7 changed files with 12 additions and 9 deletions
|
@ -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}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue