summaryrefslogtreecommitdiff
path: root/src/lib/treckingAwb/component/InformationSection.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/treckingAwb/component/InformationSection.jsx')
-rw-r--r--src/lib/treckingAwb/component/InformationSection.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/treckingAwb/component/InformationSection.jsx b/src/lib/treckingAwb/component/InformationSection.jsx
index 41386683..87fb05f4 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";
-const InformationSection = ({ manifests }) => {
+const InformationSection = ({ manifests, source = "tracking" }) => {
const [copied, setCopied] = useState(false);
const handleCopyClick = () => {