diff options
Diffstat (limited to 'apps/mobile/app/dashboard/(tabs)/highlights.tsx')
| -rw-r--r-- | apps/mobile/app/dashboard/(tabs)/highlights.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mobile/app/dashboard/(tabs)/highlights.tsx b/apps/mobile/app/dashboard/(tabs)/highlights.tsx index 8a0a8ae3..8d6e37a4 100644 --- a/apps/mobile/app/dashboard/(tabs)/highlights.tsx +++ b/apps/mobile/app/dashboard/(tabs)/highlights.tsx @@ -42,7 +42,7 @@ export default function Highlights() { }; return ( - <CustomSafeAreaView> + <CustomSafeAreaView edges={["top"]}> <HighlightList highlights={data.pages.flatMap((p) => p.highlights)} header={ |
