auto-commit for 53df75f1-4762-4fd2-9608-b7fe26335ebc

This commit is contained in:
emergent-agent-e1
2025-11-08 21:35:36 +00:00
parent a3258f88b9
commit 49d953d262
+1 -1
View File
@@ -94,7 +94,7 @@ function HomeTab() {
{/* Header */}
<View style={[styles.header, { paddingTop: insets.top + 16 }]}>
<View style={styles.headerLeft}>
<TouchableOpacity style={styles.profileImage} onPress={pickImage}>
<TouchableOpacity style={styles.profileImage} onPress={showImagePickerOptions}>
{profileImage ? (
<Image source={{ uri: profileImage }} style={styles.profileImageSrc} />
) : (