Fix region sizing on web
This commit is contained in:
@@ -81,7 +81,7 @@ export const Feed = observer(function Feed({
|
||||
)
|
||||
|
||||
return (
|
||||
<View style={s.h100pct}>
|
||||
<View style={s.hContentRegion}>
|
||||
<CenteredView>
|
||||
{view.isLoading && !data && <NotificationFeedLoadingPlaceholder />}
|
||||
{view.hasError && (
|
||||
|
||||
Reference in New Issue
Block a user