mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-16 08:27:05 -05:00
profile modal fix warning
This commit is contained in:
parent
6b476b8f1e
commit
efaf09f9f7
|
|
@ -85,7 +85,10 @@ const ProfileModal: React.FC<Props> = ({ onClose, user }) => {
|
|||
sensMotion: sensToString(user.profile.sensMotion),
|
||||
sensStick: sensToString(user.profile.sensStick),
|
||||
}
|
||||
: undefined,
|
||||
: {
|
||||
sensStick: "",
|
||||
sensMotion: "",
|
||||
},
|
||||
});
|
||||
|
||||
const watchBio = watch("bio", user.profile?.bio);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user