diff --git a/components/u/ProfileModal.tsx b/components/u/ProfileModal.tsx index 886001a64..95f3c8949 100644 --- a/components/u/ProfileModal.tsx +++ b/components/u/ProfileModal.tsx @@ -85,7 +85,10 @@ const ProfileModal: React.FC = ({ onClose, user }) => { sensMotion: sensToString(user.profile.sensMotion), sensStick: sensToString(user.profile.sensStick), } - : undefined, + : { + sensStick: "", + sensMotion: "", + }, }); const watchBio = watch("bio", user.profile?.bio);