From 416a8b2bf1457c93763cde9f81bfd2efe16ce0f6 Mon Sep 17 00:00:00 2001 From: Nevo David Date: Sat, 28 Dec 2024 12:02:05 +0700 Subject: [PATCH] feat: high ordeR --- .../src/components/launches/providers/high.order.provider.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/frontend/src/components/launches/providers/high.order.provider.tsx b/apps/frontend/src/components/launches/providers/high.order.provider.tsx index e681ed39..02b8474a 100644 --- a/apps/frontend/src/components/launches/providers/high.order.provider.tsx +++ b/apps/frontend/src/components/launches/providers/high.order.provider.tsx @@ -101,7 +101,7 @@ export const withProvider = function ( show: boolean; }) => { const existingData = useExistingData(); - const { integration, date } = useIntegration(); + const { allIntegrations, integration, date } = useIntegration(); const [showLinkedinPopUp, setShowLinkedinPopUp] = useState(false); const [uploading, setUploading] = useState(false); const fetch = useFetch(); @@ -535,6 +535,7 @@ export const withProvider = function (