Minor tweaks
This commit is contained in:
parent
bb6eeea0d8
commit
d372018e61
2 changed files with 2 additions and 2 deletions
|
@ -184,7 +184,7 @@ module.exports = React.createClass({
|
|||
var registerStep;
|
||||
switch (currStep) {
|
||||
case "Register.COMPLETE":
|
||||
return this._getPostRegisterJsx();
|
||||
return; // this._getPostRegisterJsx();
|
||||
case "Register.START":
|
||||
case "Register.STEP_m.login.dummy":
|
||||
registerStep = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue