|
@@ -327,7 +327,7 @@ export const PersonalInfo: FC<PersonalInfoProps> = ({
|
|
) : null}
|
|
) : null}
|
|
|
|
|
|
{updates && hasUpdates() ? (
|
|
{updates && hasUpdates() ? (
|
|
- <InfoItem title={'Visited in the last 90 days'}>
|
|
|
|
|
|
+ <InfoItem title={'VISITED IN THE LAST 90 DAYS'}>
|
|
<View style={{ flexDirection: 'row', flexWrap: 'wrap' }}>
|
|
<View style={{ flexDirection: 'row', flexWrap: 'wrap' }}>
|
|
{updates.un_visited && updates.un_visited > 0 ? (
|
|
{updates.un_visited && updates.un_visited > 0 ? (
|
|
<TouchableOpacity style={styles.updates} onPress={() => handleOpenUpdates('un')}>
|
|
<TouchableOpacity style={styles.updates} onPress={() => handleOpenUpdates('un')}>
|