diff --git a/frontend/src/app/modules/shared/components/card-icon/card-icon.component.html b/frontend/src/app/modules/shared/components/card-icon/card-icon.component.html index 575cd26fa8..4e59689179 100644 --- a/frontend/src/app/modules/shared/components/card-icon/card-icon.component.html +++ b/frontend/src/app/modules/shared/components/card-icon/card-icon.component.html @@ -41,7 +41,6 @@ > - diff --git a/frontend/src/app/modules/shared/pipes/abbreviate-number.pipe.ts b/frontend/src/app/modules/shared/pipes/abbreviate-number.pipe.ts index 8668af6422..35ac814ead 100644 --- a/frontend/src/app/modules/shared/pipes/abbreviate-number.pipe.ts +++ b/frontend/src/app/modules/shared/pipes/abbreviate-number.pipe.ts @@ -2,7 +2,6 @@ import { Pipe, PipeTransform } from '@angular/core'; @Pipe({ name: 'abbreviateNumber', pure: false }) export class AbbreviateNumberPipe implements PipeTransform { - constructor() {} transform(value: string ): string { if(!value) {