Replace mock-api with real api
This commit is contained in:
parent
5193a5b48e
commit
aabde2b401
110 changed files with 16045 additions and 3742 deletions
|
@ -80,7 +80,7 @@ export const Profile = observer(({visible, params}: ScreenParams) => {
|
|||
} else if (profileUiState.feed.hasError) {
|
||||
items.push({
|
||||
_reactKey: '__error__',
|
||||
error: profileUiState.feed.error,
|
||||
error: profileUiState.feed.errorStr,
|
||||
})
|
||||
renderItem = (item: any) => (
|
||||
<View style={s.p5}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue