Skip to content

Commit

Permalink
[FM] Automated formating frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and ManuelMoeri committed Nov 14, 2024
1 parent 899c67c commit 9add635
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ <h4 class="ordinal-zone-title">Stretch</h4>
</section>

<section *ngIf="keyResult.lastCheckIn as checkIn" class="mb-2-rem">
<h3 class="mb-1">
Letztes Check-in ({{ checkIn.createdOn | date: DATE_FORMAT }})
</h3>
<h3 class="mb-1">Letztes Check-in ({{ checkIn.createdOn | date: DATE_FORMAT }})</h3>
<p class="linebreak" *ngIf="checkIn.changeInfo">{{ checkIn.changeInfo }}</p>
<span class="d-flex justify-content-start">
<button
Expand Down

0 comments on commit 9add635

Please sign in to comment.