fix the typo

c1769b0ec5
This commit is contained in:
Vinoth Kannan
2019-09-06 01:33:23 +05:30
parent c1769b0ec5
commit f0f6b715ce

View File

@@ -139,7 +139,7 @@ const Group = RestModel.extend({
@computed("visibility_level")
isPrivate(visibilityLevel) {
return visibility_level > 1;
return visibilityLevel > 1;
},
@observes("isPrivate", "canEveryoneMention")