diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-08-12 15:57:14 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-08-12 15:57:14 +0700 |
| commit | cb1bf0046249492094e59107ee5c904a36338eeb (patch) | |
| tree | d0d233cdc141b39fca0b0b9ec86249ceb874400d /src/lib/treckingAwb/component/InformationSection.jsx | |
| parent | f5ca1f5652fbbce1955d0a4ace9526eec6ae5210 (diff) | |
<hafid> Transaction detail
Diffstat (limited to 'src/lib/treckingAwb/component/InformationSection.jsx')
| -rw-r--r-- | src/lib/treckingAwb/component/InformationSection.jsx | 4 |
1 files changed, 4 insertions, 0 deletions
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 }) => { <span className='text-red-600 font-semibold'>{manifests?.eta}</span> </span> </div> + <div className='grid grid-cols-[150px_auto]'> + <span>Total Product</span> + <span className='font-semibold'> : {Array.isArray(manifests?.products) ? manifests.products.length : 0} Product</span> + </div> </div> </div> ); |
