From 2bcc84f3ff9e3087d3d95f9751082d0939c62ca5 Mon Sep 17 00:00:00 2001 From: Nguyen Ha Khue Date: Mon, 24 Apr 2023 15:07:35 +0700 Subject: [PATCH] Fix bug 24.4 --- .../physical/category-detail/category-detail.component.html | 6 +++--- .../sales/detail-order/detail-order.component.html | 3 +-- src/app/components/sales/orders/orders.component.html | 3 +-- 3 files changed, 5 insertions(+), 7 deletions(-) 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 }}