fix: Mis Direcciones now shows address history instead of notifications
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user