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