Style fix
This commit is contained in:
@@ -63,7 +63,11 @@ const AccountPage: React.FC<DispatchProp & UserModelState & AccountModelState> =
|
||||
title="account.nickname"
|
||||
message={user.nickname}
|
||||
showGo={false}
|
||||
onClick={() => dispatch({ type: 'account/onUpdateState', nameEditable: true })}
|
||||
onClick={() => dispatch({
|
||||
type: 'account/onUpdateState',
|
||||
nameEditable: true,
|
||||
nameInput: user.nickname,
|
||||
})}
|
||||
/>
|
||||
<AccountItem
|
||||
className="group"
|
||||
|
||||
Reference in New Issue
Block a user