Update all state on profile change
This commit is contained in:
parent
96dc748733
commit
9170040acb
4 changed files with 14 additions and 4 deletions
|
@ -123,7 +123,7 @@ export const Profile = observer(({visible, params}: ScreenParams) => {
|
|||
) {
|
||||
if (uiState.feed.hasContent) {
|
||||
items = uiState.feed.feed.slice()
|
||||
if (uiState.feed.hasReachedEnd) {
|
||||
if (!uiState.feed.hasMore) {
|
||||
items.push(END_ITEM)
|
||||
}
|
||||
renderItem = (item: any) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue