Skip to content

Commit

Permalink
Prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Matejk00 committed Oct 8, 2024
1 parent 5e5479a commit d55674c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h3>{{ 'opfCheckout.billingAddress' | cxTranslate }}</h3>
<ng-container
*ngIf="{
billingAddress: billingAddress$ | async,
isSameAsDelivery: isSameAsDelivery$ | async
isSameAsDelivery: isSameAsDelivery$ | async,
} as addressData"
>
<div class="form-group">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h3>{{ 'opfCheckout.termsAndConditions' | cxTranslate }}</h3>
"
[routerLink]="
{
cxRoute: getCheckoutStepUrl(checkoutStepTypeDeliveryAddress)
cxRoute: getCheckoutStepUrl(checkoutStepTypeDeliveryAddress),
} | cxUrl
"
><cx-icon aria-hidden="true" [type]="iconTypes.PENCIL"></cx-icon
Expand All @@ -103,7 +103,7 @@ <h3>{{ 'opfCheckout.termsAndConditions' | cxTranslate }}</h3>
"
[routerLink]="
{
cxRoute: getCheckoutStepUrl(checkoutStepTypeDeliveryMode)
cxRoute: getCheckoutStepUrl(checkoutStepTypeDeliveryMode),
} | cxUrl
"
><cx-icon aria-hidden="true" [type]="iconTypes.PENCIL"></cx-icon
Expand All @@ -117,7 +117,7 @@ <h3>{{ 'opfCheckout.termsAndConditions' | cxTranslate }}</h3>
[cxOutletContext]="{
items: entries,
readonly: true,
promotionLocation: promotionLocation
promotionLocation: promotionLocation,
}"
>
</ng-template>
Expand Down

0 comments on commit d55674c

Please sign in to comment.