Add a comment explaining the reason for setting the LOGGED_IN view
This commit is contained in:
parent
d8f6a7c684
commit
643dd5ca47
1 changed files with 1 additions and 0 deletions
|
@ -927,6 +927,7 @@ export default React.createClass({
|
||||||
},
|
},
|
||||||
|
|
||||||
_viewHome: function() {
|
_viewHome: function() {
|
||||||
|
// The home page requires the "logged in" view, so we'll set that.
|
||||||
this.setStateForNewView({
|
this.setStateForNewView({
|
||||||
view: VIEWS.LOGGED_IN,
|
view: VIEWS.LOGGED_IN,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue