Fix custom feed error state for new inner header

This commit is contained in:
Eric Bailey
2023-10-31 13:59:21 -05:00
parent 2d7a562239
commit 1ad9eb6330
+2 -6
View File
@@ -209,12 +209,8 @@ export const CustomFeedScreenInner = observer(
}, [store, onSoftReset, isScreenFocused])
const renderEmptyState = React.useCallback(() => {
return (
<View style={[pal.border, {borderTopWidth: 1, paddingTop: 20}]}>
<EmptyState icon="feed" message="This feed is empty!" />
</View>
)
}, [pal.border])
return <EmptyState icon="feed" message="This feed is empty!" />
}, [])
return (
<View style={s.hContentRegion}>