From 907deb7ca6589b83203b2352a3dd02b631696848 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Mon, 9 Jun 2025 20:36:58 +0700 Subject: add barang in information section --- src/lib/treckingAwb/component/InformationSection.jsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/treckingAwb/component/InformationSection.jsx b/src/lib/treckingAwb/component/InformationSection.jsx index bb37d4ae..082939b7 100644 --- a/src/lib/treckingAwb/component/InformationSection.jsx +++ b/src/lib/treckingAwb/component/InformationSection.jsx @@ -1,7 +1,7 @@ -import { useState } from "react"; -import toast from "react-hot-toast"; +import { useState } from 'react'; +import toast from 'react-hot-toast'; -const InformationSection = ({ manifests}) => { +const InformationSection = ({ manifests }) => { const [copied, setCopied] = useState(false); const handleCopyClick = () => { @@ -40,6 +40,10 @@ const InformationSection = ({ manifests}) => { +
+ Kurir + : {manifests?.products} +
Kurir -- cgit v1.2.3