Skip to content

Commit

Permalink
format after bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vakmeth committed Oct 4, 2023
1 parent 0bd7a76 commit f7899df
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ <h2 class="sub-title-keyresult fw-bold mb-2">
<p>{{ keyResult.lastCheckIn?.changeInfo }}</p>
</div>
<span class="d-flex justify-content-start mb-3">
<button *ngIf="keyResult.lastCheckIn" class="add-button" mat-button (click)="checkInHistory()">Alle Check-ins anzeigen</button>
<button *ngIf="keyResult.lastCheckIn" class="add-button" mat-button (click)="checkInHistory()">
Alle Check-ins anzeigen
</button>
</span>

<div class="mb-3">
Expand Down

0 comments on commit f7899df

Please sign in to comment.