diff options
Diffstat (limited to 'src/view/screens/Notifications.tsx')
-rw-r--r-- | src/view/screens/Notifications.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Notifications.tsx b/src/view/screens/Notifications.tsx index 548b0d564..b046ee1b7 100644 --- a/src/view/screens/Notifications.tsx +++ b/src/view/screens/Notifications.tsx @@ -76,7 +76,7 @@ export const Notifications = ({navIdx, visible}: ScreenParams) => { }, [visible, store, navIdx, screen, scrollToTop]) return ( - <View style={s.h100pct}> + <View style={s.hContentRegion}> <ViewHeader title="Notifications" canGoBack={false} /> <Feed view={store.me.notifications} |