fix: fix blank screen after refresh
This commit is contained in:
parent
3da119efba
commit
4ab3211c0e
@ -288,7 +288,7 @@ const PersonalSetting = () => {
|
||||
<Form size='large'>
|
||||
<Form.Input
|
||||
fluid
|
||||
placeholder={`输入你的账户名 ${userState.user.username} 以确认删除`}
|
||||
placeholder={`输入你的账户名 ${userState?.user?.username} 以确认删除`}
|
||||
name='self_account_deletion_confirmation'
|
||||
value={inputs.self_account_deletion_confirmation}
|
||||
onChange={handleInputChange}
|
||||
|
Loading…
Reference in New Issue
Block a user