Some basic cleanup of the UserInfoPanel
This commit is contained in:
parent
ab9e4f0e8a
commit
aa7e3869a5
1 changed files with 1 additions and 4 deletions
|
@ -35,11 +35,8 @@ class UserInfoPanel extends React.Component<UserInfoPanelProps & InjectedIntlPro
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
let parentForm = this.form.container() || this.form.state.form
|
|
||||||
let submitting = parentForm.submitting
|
|
||||||
|
|
||||||
return <WizardPanel
|
return <WizardPanel
|
||||||
tab={this.wizardTab} key={this.wizardTab.tabName}
|
tab={this.wizardTab} key={this.tabName}
|
||||||
>
|
>
|
||||||
<UserInfoForm form={this.form} buttonText={this.props.buttonText}/>
|
<UserInfoForm form={this.form} buttonText={this.props.buttonText}/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue