Browse Source
Correct typo error in Shipping Address (#1712)
Co-authored-by: kwabena <kwabena@mpharma.com>
pull/1714/head
Kaypee
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
src/Web/WebMVC/Views/Order/Detail.cshtml
-
src/Web/WebSPA/Client/src/modules/orders/orders-detail/orders-detail.component.html
|
|
@ -40,7 +40,7 @@ |
|
|
|
|
|
|
|
<section class="esh-orders_detail-section"> |
|
|
|
<article class="esh-orders_detail-titles row"> |
|
|
|
<section class="esh-orders_detail-title col-12">Shiping address</section> |
|
|
|
<section class="esh-orders_detail-title col-12">Shipping address</section> |
|
|
|
</article> |
|
|
|
|
|
|
|
<article class="esh-orders_detail-items row"> |
|
|
|
|
|
@ -16,7 +16,7 @@ |
|
|
|
<section class="col-3">{{order.status}}</section> |
|
|
|
</article> |
|
|
|
|
|
|
|
<h2 class="esh-orders_detail-title mt-5">Shiping address</h2> |
|
|
|
<h2 class="esh-orders_detail-title mt-5">Shipping address</h2> |
|
|
|
<div class="u-mb-5">{{order.street}} {{order.city}} {{order.country}}</div> |
|
|
|
|
|
|
|
<article class="esh-orders_detail-items divider divider--bottom d-flex align-items-center pb-3 mt-3 u-text-sm" |
|
|
|