fix: Mis Direcciones now shows address history instead of notifications

This commit is contained in:
Antoni Nuñez Romeu
2026-07-07 01:16:06 +02:00
parent 4f36820d34
commit c46a3ee7ea
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -228,11 +228,11 @@ export default function ProfileScreen() {
{/* Menu Section */}
<View style={styles.menuSection}>
<TouchableOpacity style={styles.menuItem} onPress={() => router.push('/saved')}>
<View style={styles.menuItem}>
<Ionicons name="location" size={24} color={colors.primary} />
<Text style={styles.menuText}>Mis Direcciones</Text>
<Ionicons name="chevron-forward" size={20} color={colors.textSecondary} />
</TouchableOpacity>
</View>
{searchHistory.length > 0 && (
<View style={styles.searchHistorySection}>