finally fix dave's MemberInfo visibility bug, hopefully

This commit is contained in:
Matthew Hodgson 2015-07-21 11:03:01 -07:00
parent 2160440ff1
commit 8dc73cb6cc
3 changed files with 31 additions and 7 deletions

View file

@ -33,7 +33,7 @@ module.exports = React.createClass({
getInitialState: function() {
return {
phase : this.Phase.None
phase : this.Phase.MemberList
}
},