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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user