diff options
Diffstat (limited to 'src/components/profile/Content.tsx')
-rw-r--r-- | src/components/profile/Content.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/profile/Content.tsx b/src/components/profile/Content.tsx index c9a87ad1..a22b9728 100644 --- a/src/components/profile/Content.tsx +++ b/src/components/profile/Content.tsx @@ -172,7 +172,6 @@ const styles = StyleSheet.create({ }, contentContainer: { flexGrow: 1, - paddingBottom: SCREEN_HEIGHT * 0.1, }, }); |