Skip to content

Commit

Permalink
feature(UI):[TRACEFOSS-604] refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-mmaul committed Nov 27, 2023
1 parent 87730c2 commit c17edf4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
></app-card-metric>
</ng-container>
</div>
<!--<p class="text-2xl" [attr.aria-describedby]="htmlId + '-label'">{{ this.stats }}</p>-->
</div>
</mat-card-content>
</mat-card>
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c17edf4

Please sign in to comment.