finally fix dave's MemberInfo visibility bug, hopefully
This commit is contained in:
parent
2160440ff1
commit
8dc73cb6cc
3 changed files with 31 additions and 7 deletions
|
@ -33,7 +33,7 @@ module.exports = React.createClass({
|
|||
|
||||
getInitialState: function() {
|
||||
return {
|
||||
phase : this.Phase.None
|
||||
phase : this.Phase.MemberList
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue