Fix custom feed error state for new inner header
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user