Skip to content

Commit

Permalink
Removed DOMNesting warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Murali Suresh committed Jan 19, 2017
1 parent a6c4974 commit 289bbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactJS/app/components/RegisterComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ class RegisterComponent extends Component {

<div style={contentStyle}>

<p>{this.getStepContent(this.props.stepIndex)}</p>
{this.getStepContent(this.props.stepIndex)}
<br></br>
<div className='row center-xs'>
<div className='col-xs-12' style={{
Expand Down

0 comments on commit 289bbeb

Please sign in to comment.