Fix bad ref
This commit is contained in:
@@ -84,7 +84,7 @@ export const Feed = observer(function Feed({
|
||||
)
|
||||
return (
|
||||
<View testID={testID} style={style}>
|
||||
{!data && <ComposePrompt onPressCompose={onPressCompose} />}
|
||||
{!data && <PromptButtons onPressCompose={onPressCompose} />}
|
||||
{feed.isLoading && !data && <PostFeedLoadingPlaceholder />}
|
||||
{feed.hasError && (
|
||||
<ErrorMessage
|
||||
|
||||
Reference in New Issue
Block a user