mirror of
https://github.com/urosran/cally.git
synced 2025-07-10 07:07:16 +00:00
- Added null check on household name update
This commit is contained in:
@ -121,7 +121,7 @@ const MyProfile = () => {
|
||||
}, [profileData?.familyId]);
|
||||
|
||||
useEffect(() => {
|
||||
setHouseholdName(hhName);
|
||||
setHouseholdName(hhName ?? "");
|
||||
}, [hhName]);
|
||||
|
||||
const pickImage = async () => {
|
||||
|
Reference in New Issue
Block a user