mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
fix env vars
This commit is contained in:
@@ -43,6 +43,8 @@ export default {
|
||||
return this.$t('userCountRequestsApproval', {userCount: approvalsLength});
|
||||
} else if (approvalsLength === 1 && userIsRequesting || this.task.group.approval && this.task.group.approval.requested && !this.task.group.approval.approved) {
|
||||
return this.$t('youAreRequestingApproval');
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
},
|
||||
userIsAdmin () {
|
||||
|
||||
Reference in New Issue
Block a user