Commit 4a93dbdc by Kim Peace

Merge branch 'develop' into debug/console_logs

parents ae9826da b9e820ee
......@@ -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