|
@@ -203,7 +203,7 @@ const PersonalInfo: FC<PersonalInfoProps> = ({ data }) => {
|
|
|
return (
|
|
|
<ScrollView
|
|
|
showsVerticalScrollIndicator={false}
|
|
|
- contentContainerStyle={{ gap: 20 }}
|
|
|
+ contentContainerStyle={{ gap: 20, paddingBottom: 32}}
|
|
|
style={{ paddingTop: 20 }}
|
|
|
>
|
|
|
<InfoItem inline={true} title={'RANKING'}>
|