Commit 7a3405ba by Kim Peace

Fixed collaobartion join type invited decide function

parent f1f47181
......@@ -45,7 +45,7 @@ var CoviewUserInfo = class {
}
isInvited() {
this.joinType == COLLABORATION_JOIN_TYPE.INVITED;
return this.joinType == COLLABORATION_JOIN_TYPE.INVITED;
}
parseNumberToCoworkType(type) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment