Skip to content

Commit

Permalink
fix check-in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Nov 5, 2024
1 parent 6eb1217 commit ae6a498
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div *ngIf="objective$ | async as objective">
<ng-container *ngIf="objective$ | async as objective">
<div
(click)="openObjectiveDetail(objective.id)"
(keydown.enter)="openObjectiveDetail(objective.id)"
Expand Down Expand Up @@ -78,4 +78,4 @@ <h2 class="title fit-content">{{ objective.title }}</h2>
{{ menuEntry.displayName }}
</button>
</mat-menu>
</div>
</ng-container>

0 comments on commit ae6a498

Please sign in to comment.