Skip to content

Commit

Permalink
[Gepardec/mega#749] change condition for warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gattrCh committed May 31, 2024
1 parent f2fdc68 commit e666790
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</div>
</ng-template>

<div *ngIf=" billInfo && billInfo.employeeHasCreditCard === false" class="credit-card-warning">
<div *ngIf=" billInfo && billInfo.employeeHasCreditCard" class="credit-card-warning">
<app-credit-card-warning></app-credit-card-warning>
</div>
</mat-card-content>
Expand Down

0 comments on commit e666790

Please sign in to comment.