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:
CJ 2019-11-21 20:02:42 -05:00 committed by Miguel Alatzar
parent 3ac0db6f61
commit f577c00422

View file

@ -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}
/>
);
};