forked from Ivasoft/mattermost-mobile
* 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:
committed by
Miguel Alatzar
parent
591d65e57b
commit
c4727e2492
@@ -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}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user