Clear the 'screen' to load the main left/middle/right panels, then show the settings after post-reg is done
This commit is contained in:
parent
37254e6243
commit
2e376b1eb9
2 changed files with 6 additions and 6 deletions
|
@ -118,6 +118,10 @@ module.exports = React.createClass({
|
|||
|
||||
onFinishPostRegistration: function() {
|
||||
console.log("onFinishPostRegistration");
|
||||
// Don't confuse this with "PageType" which is the middle window to show
|
||||
this.setState({
|
||||
screen: undefined
|
||||
});
|
||||
this.showScreen("settings");
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue