mirror of
https://github.com/bitwarden/browser
synced 2026-02-12 06:23:38 +00:00
typecheck
This commit is contained in:
@@ -29,6 +29,8 @@ export class AchievementCard {
|
||||
|
||||
protected cardClass: string;
|
||||
constructor() {
|
||||
this.cardClass = "";
|
||||
|
||||
effect(() => {
|
||||
const earned = this.earned();
|
||||
const progress = this.progress();
|
||||
|
||||
@@ -30,6 +30,8 @@ export class AchievementItem {
|
||||
|
||||
protected cardClass: string;
|
||||
constructor() {
|
||||
this.cardClass = "";
|
||||
|
||||
effect(() => {
|
||||
const earned = this.earned();
|
||||
const progress = this.progress();
|
||||
|
||||
@@ -10,7 +10,7 @@ import { Icon, ToastService } from "@bitwarden/components";
|
||||
|
||||
import { AchievementNotifierService as AchievementNotifierServiceAbstraction } from "./achievement-notifier.abstraction";
|
||||
import { AchievementIcon } from "./icons/achievement.icon";
|
||||
import { iconMap } from "./icons/iconMap";
|
||||
import { iconMap } from "./icons/icon-map";
|
||||
|
||||
export class AchievementNotifierService implements AchievementNotifierServiceAbstraction {
|
||||
constructor(
|
||||
|
||||
@@ -25,7 +25,7 @@ import {
|
||||
|
||||
import { AchievementItem } from "./achievement-item.component";
|
||||
import { AchievementIcon } from "./icons/achievement.icon";
|
||||
import { iconMap } from "./icons/iconMap";
|
||||
import { iconMap } from "./icons/icon-map";
|
||||
|
||||
@Component({
|
||||
selector: "achievements-list",
|
||||
|
||||
Reference in New Issue
Block a user