diff --git a/frontend/src/bundles/candidate-details/components/candidate-profile/candidate-profile.tsx b/frontend/src/bundles/candidate-details/components/candidate-profile/candidate-profile.tsx index 14e779228..03b6bd1ef 100644 --- a/frontend/src/bundles/candidate-details/components/candidate-profile/candidate-profile.tsx +++ b/frontend/src/bundles/candidate-details/components/candidate-profile/candidate-profile.tsx @@ -68,7 +68,7 @@ const CandidateProfile: React.FC = ({ email: state.auth.currentUser?.email, lmsProject: state.lms.lmsData?.project, })); - const { publishedAt } = useAppSelector( + const { publishedAt, isApproved } = useAppSelector( (state: RootReducer) => state.talentOnBoarding, ); @@ -148,7 +148,7 @@ const CandidateProfile: React.FC = ({ {isFifthStep && (