Skip to content

Commit

Permalink
Update popup-alert.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bistaastha authored Jan 6, 2025
1 parent c208698 commit c7d9b84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</div>
</ion-header>

<div class="popup-alert--card-details-container" *ngIf="cardsList?.successfulCards?.length > 0">
<div *ngIf="cardsList?.successfulCards?.length > 0" class="popup-alert--card-details-container">
<div class="popup-alert--content-container">
<div class="popup-alert--success-tick-container">
<ion-icon class="popup-alert--success-tick" src="/assets/svg/check.svg"></ion-icon>
Expand Down

0 comments on commit c7d9b84

Please sign in to comment.