1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 02:19:18 +00:00

wire next achievement service to achievements list

This commit is contained in:
✨ Audrey ✨
2025-03-20 20:31:22 -04:00
parent 91e40cc54f
commit 0809ca24fe
3 changed files with 55 additions and 83 deletions

View File

@@ -65,7 +65,7 @@ export class NextAchievementService implements AchievementServiceAbstraction {
}
earnedMap$(account: Account) {
return this.getHub(account).metrics$();
return this.getHub(account).earned$();
}
progressStream$(account: Account, all: boolean = false) {