Skip to content

Commit 416a8b2

Browse files
committed
feat: high ordeR
1 parent 3b27055 commit 416a8b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/frontend/src/components/launches/providers/high.order.provider.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export const withProvider = function <T extends object>(
101101
show: boolean;
102102
}) => {
103103
const existingData = useExistingData();
104-
const { integration, date } = useIntegration();
104+
const { allIntegrations, integration, date } = useIntegration();
105105
const [showLinkedinPopUp, setShowLinkedinPopUp] = useState<any>(false);
106106
const [uploading, setUploading] = useState(false);
107107
const fetch = useFetch();
@@ -535,6 +535,7 @@ export const withProvider = function <T extends object>(
535535
<div className="mt-[20px] flex flex-col items-center">
536536
<IntegrationContext.Provider
537537
value={{
538+
allIntegrations,
538539
date,
539540
value: editInPlace ? InPlaceValue : props.value,
540541
integration,

0 commit comments

Comments
 (0)