auto-commit for 18fb4765-0dc7-405b-908c-a59e73fc98dd

This commit is contained in:
emergent-agent-e1
2025-11-08 21:36:30 +00:00
parent 05324e0531
commit 120c573479
+1 -1
View File
@@ -17,7 +17,7 @@ import { useSafeAreaInsets } from 'react-native-safe-area-context';
const { width } = Dimensions.get('window');
function HomeTab() {
function HomeTab({ navigation }: any) {
const { user } = useAuth();
const insets = useSafeAreaInsets();
const [profileImage, setProfileImage] = useState<string | null>(null);