diff --git a/src/pages/user_profile/UserProfile.jsx b/src/pages/user_profile/UserProfile.jsx index 3a738534a..7135616b7 100644 --- a/src/pages/user_profile/UserProfile.jsx +++ b/src/pages/user_profile/UserProfile.jsx @@ -27,7 +27,7 @@ export default function UserProfile(props) { const [profile, setProfile] = useState({ profileName: '', email: undefined, - emailPreference: false, + emailPreference: undefined, id: undefined });