Correct typo error in Shipping Address
This commit is contained in:
parent
8c2716339e
commit
8a17d725c6
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
<section class="esh-orders_detail-section">
|
<section class="esh-orders_detail-section">
|
||||||
<article class="esh-orders_detail-titles row">
|
<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>
|
||||||
|
|
||||||
<article class="esh-orders_detail-items row">
|
<article class="esh-orders_detail-items row">
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<section class="col-3">{{order.status}}</section>
|
<section class="col-3">{{order.status}}</section>
|
||||||
</article>
|
</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>
|
<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"
|
<article class="esh-orders_detail-items divider divider--bottom d-flex align-items-center pb-3 mt-3 u-text-sm"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user