diff --git a/src/app/components/products/physical/category-detail/category-detail.component.html b/src/app/components/products/physical/category-detail/category-detail.component.html index 11d4ce9..78a323f 100644 --- a/src/app/components/products/physical/category-detail/category-detail.component.html +++ b/src/app/components/products/physical/category-detail/category-detail.component.html @@ -43,9 +43,9 @@ diff --git a/src/app/components/sales/detail-order/detail-order.component.html b/src/app/components/sales/detail-order/detail-order.component.html index 1370be4..726317f 100644 --- a/src/app/components/sales/detail-order/detail-order.component.html +++ b/src/app/components/sales/detail-order/detail-order.component.html @@ -26,8 +26,7 @@ {{ order?.orderTime }} {{ order?.user.fullName }} {{ order?.shipper?.user?.fullName }} - + Loading... {{ order?.address }} diff --git a/src/app/components/sales/orders/orders.component.html b/src/app/components/sales/orders/orders.component.html index 4bebdd8..facec87 100644 --- a/src/app/components/sales/orders/orders.component.html +++ b/src/app/components/sales/orders/orders.component.html @@ -32,8 +32,7 @@ {{ order.orderTime }} {{ order.user.fullName }} {{ order?.shipper?.user?.fullName }} - + Loading... {{ order.address }}