Content: Beta Groups Testing Achievement (#14014)

* content: beta Groups testing achievement

* resolving merge conflict
This commit is contained in:
Natalie L
2022-06-03 16:04:27 -04:00
committed by GitHub
parent afc7b1218a
commit d726b88a86
4 changed files with 14 additions and 1 deletions

View File

@@ -344,6 +344,10 @@ function _getSpecialAchievements (user, language) {
_addSimple(result, user, { path: 'kickstarter2019', language });
}
if (user.achievements.groupsBeta2022) {
_addSimple(result, user, { path: 'groupsBeta2022', language });
}
return result;
}