diff --git a/src/components/Dialogs/SetUserNameDialog/InputStep.tsx b/src/components/Dialogs/SetUserNameDialog/InputStep.tsx index 143ff2dfdc..5579d14108 100644 --- a/src/components/Dialogs/SetUserNameDialog/InputStep.tsx +++ b/src/components/Dialogs/SetUserNameDialog/InputStep.tsx @@ -128,7 +128,7 @@ const InputStep: React.FC = ({ userName, gotoConfirm }) => { }} onKeyUp={() => { const v = normalizeUserName(values.mattersID) - setFieldValue('userName', v.slice(0, maxUsername)) + setFieldValue('mattersID', v.slice(0, maxUsername)) }} leftButton={@} hasFooter={false}