Add a comment explaining the reason for setting the LOGGED_IN view

pull/21833/head
Travis Ralston 2019-01-03 14:22:16 -07:00
parent 4c264b87fa
commit e5192811a1
1 changed files with 1 additions and 0 deletions

View File

@ -927,6 +927,7 @@ export default React.createClass({
},
_viewHome: function() {
// The home page requires the "logged in" view, so we'll set that.
this.setStateForNewView({
view: VIEWS.LOGGED_IN,
});