Skip to content

Commit

Permalink
fix spaceing of percent in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel7373 authored and kcinay055679 committed Nov 8, 2024
1 parent ad56014 commit 6845883
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div *ngIf="checkIn.value" class="okr-form-row okr-form-label-input-container">
<p class="okr-form-label okr-form-col">Letzter Wert</p>
<div class="okr-form-col text-black">
<div class="dialog-data-show dialog-form-field py-2">{{ checkIn.value }} {{ generateUnitLabel() }}</div>
<div class="dialog-data-show dialog-form-field py-2">{{ checkIn.value }}{{ generateUnitLabel() }}</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 6845883

Please sign in to comment.