Fix bad ref
This commit is contained in:
parent
3f95f98ef9
commit
43ef1756c1
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ export const Feed = observer(function Feed({
|
||||||
)
|
)
|
||||||
return (
|
return (
|
||||||
<View testID={testID} style={style}>
|
<View testID={testID} style={style}>
|
||||||
{!data && <ComposePrompt onPressCompose={onPressCompose} />}
|
{!data && <PromptButtons onPressCompose={onPressCompose} />}
|
||||||
{feed.isLoading && !data && <PostFeedLoadingPlaceholder />}
|
{feed.isLoading && !data && <PostFeedLoadingPlaceholder />}
|
||||||
{feed.hasError && (
|
{feed.hasError && (
|
||||||
<ErrorMessage
|
<ErrorMessage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue