|
@@ -203,7 +203,7 @@ const ProfileScreen: FC<Props> = ({ navigation, route }) => {
|
|
|
<View style={{ gap: 5, flex: 1 }}>
|
|
|
<View style={{ height: 34 }}></View>
|
|
|
<View style={styles.nameRow}>
|
|
|
- <Text style={[styles.headerText, { fontSize: getFontSize(18), flex: 0 }]}>
|
|
|
+ <Text style={[styles.headerText, { fontSize: getFontSize(18) }]}>
|
|
|
{data.user_data.first_name} {data.user_data.last_name}
|
|
|
</Text>
|
|
|
{isFriend === 1 && token && data.own_profile === 0 ? (
|