MM-20201 Fixed asterisk on Nickname (#3588)
* MM-20201 Fixed asterisk on Nickname Added optional prop to the Nickname field, which removes the asterisk * MM-20201 Updated Position field also Added optional prop to position field.
This commit is contained in:
parent
3ac0db6f61
commit
f577c00422
1 changed files with 2 additions and 0 deletions
|
|
@ -470,6 +470,7 @@ export default class EditProfile extends PureComponent {
|
|||
theme={theme}
|
||||
value={nickname}
|
||||
isLandscape={isLandscape}
|
||||
optional={true}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
|
@ -493,6 +494,7 @@ export default class EditProfile extends PureComponent {
|
|||
theme={theme}
|
||||
value={position}
|
||||
isLandscape={isLandscape}
|
||||
optional={true}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue