diff --git a/src/components/shared/profileCompletion/ProfileCompletion.jsx b/src/components/shared/profileCompletion/ProfileCompletion.jsx index 7f7473a2..4aea5c21 100644 --- a/src/components/shared/profileCompletion/ProfileCompletion.jsx +++ b/src/components/shared/profileCompletion/ProfileCompletion.jsx @@ -1,12 +1,14 @@ /* eslint-disable no-unused-vars */ import useProfileCompletion from "@hooks/useProfileCompletion"; +import { completeProfileApiCall } from "@service/MilanApi"; +import { showSuccessToast } from "@utils/Toasts"; import clsx from "clsx"; import { useState } from "react"; import { RxCross2 } from "react-icons/rx"; import { Button } from ".."; import "./ProfileCompletion.scss"; -const ProfileCompletion = ({ edit }) => { +const ProfileCompletion = ({ edit, setShowEditModal, refreshProfileData }) => { const { errors, validateForm, handleChange, credentials } = useProfileCompletion(); @@ -30,14 +32,41 @@ const ProfileCompletion = ({ edit }) => {
- To make your Organization visible to others, please complete - your profile. -
- > ++ To make your Organization visible to others, please complete + your profile. +
+{profileData?.description}
+{profileData?.user?.description}