From c17edf4962edf3274e06ebeda2ee5c68e90fa0f6 Mon Sep 17 00:00:00 2001 From: Martin Maul Date: Mon, 27 Nov 2023 15:53:15 +0100 Subject: [PATCH] feature(UI):[TRACEFOSS-604] refactor --- .../modules/shared/components/card-icon/card-icon.component.html | 1 - frontend/src/app/modules/shared/pipes/abbreviate-number.pipe.ts | 1 - 2 files changed, 2 deletions(-) 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) {