mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix the build.
This commit is contained in:
@@ -15,11 +15,7 @@ export default Ember.Component.extend({
|
||||
|
||||
@computed("model.is_group_user")
|
||||
userIsGroupUser(isGroupUser) {
|
||||
if (isGroupUser !== undefined) {
|
||||
return isGroupUser;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
return !!isGroupUser;
|
||||
},
|
||||
|
||||
_showLoginModal() {
|
||||
|
||||
Reference in New Issue
Block a user