Skip to content

Commit

Permalink
show label
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Jan 30, 2025
1 parent d90157d commit 5973925
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ export class UnitTransformationPipe implements PipeTransform {
case 'EUR':
return ' EUR';
case 'NUMBER':
default:
return '';
default:
return ' ' + label;
}
}
}

0 comments on commit 5973925

Please sign in to comment.