Skip to content

Commit

Permalink
replace div with ng-container
Browse files Browse the repository at this point in the history
  • Loading branch information
petarmarkov9449 committed Nov 29, 2024
1 parent 2952462 commit c83738a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@
</ng-template>
</div>
<div class="cx-month">
<div *cxFeature="'!a11yScheduleReplenishment'">
<ng-container *cxFeature="'!a11yScheduleReplenishment'">
<span *ngIf="isMonthly" class="form-data-label">{{
'checkoutScheduledReplenishment.every' | cxTranslate
}}</span>
</div>
<div *cxFeature="'a11yScheduleReplenishment'">
</ng-container>
<ng-container *cxFeature="'a11yScheduleReplenishment'">
<label
*ngIf="isMonthly"
class="form-data-label"
Expand All @@ -145,7 +145,7 @@
'checkoutScheduledReplenishment.duration' | cxTranslate
}}</label
>
</div>
</ng-container>
<select
id="order-replenishment-recurrence-period"
class="form-control"
Expand Down

0 comments on commit c83738a

Please sign in to comment.