From cb1bf0046249492094e59107ee5c904a36338eeb Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Tue, 12 Aug 2025 15:57:14 +0700 Subject: Transaction detail --- src/lib/treckingAwb/component/InformationSection.jsx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/treckingAwb/component/InformationSection.jsx') diff --git a/src/lib/treckingAwb/component/InformationSection.jsx b/src/lib/treckingAwb/component/InformationSection.jsx index a2297af3..4b3bd5fb 100644 --- a/src/lib/treckingAwb/component/InformationSection.jsx +++ b/src/lib/treckingAwb/component/InformationSection.jsx @@ -69,6 +69,10 @@ const InformationSection = ({ manifests }) => { {manifests?.eta} +
+ Total Product + : {Array.isArray(manifests?.products) ? manifests.products.length : 0} Product +
); -- cgit v1.2.3