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:
Kegan Dougal 2015-11-20 14:27:39 +00:00
parent 37254e6243
commit 2e376b1eb9
2 changed files with 6 additions and 6 deletions

View file

@ -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");
},