Fix bad ref

zio/stable
Paul Frazee 2023-01-19 14:17:00 -06:00
parent 3f95f98ef9
commit 43ef1756c1
1 changed files with 1 additions and 1 deletions

View File

@ -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