\n {children}\n {selected ? (\n \n
\n {description}\n
\n )}\n\n Now you'll attract more applicants, hire faster, gain visibility, and much more!\n
\nHiring Hero
\n \n )}\n {/* Profile dropdown */}\n \n{item.name}
\n \n ))}\n{jobListing.title}
\n{jobListing.getLocationText()}
\n{children}
;\n};\n","import { Modal } from 'components/Modal';\nimport { ModalBody } from 'components/Modal/ModalBody';\nimport { useContext } from 'react';\nimport { CheckboxButton } from 'components/CheckboxButton';\nimport { EarlyDayLogoGraphic } from 'graphics';\nimport { ArrowLeftLongIcon, AsteriskIcon } from 'icons/outline';\nimport { ModalActions } from 'components/Modal/ModalActions';\nimport { Button } from 'components/Button';\nimport noop from 'lodash/noop';\nimport { HiringUpdateFlowContext } from 'features/EmployerHiringUpdateFlow/EmployerHiringUpdateContext';\nimport { HiringUpdateFlowSteps } from 'features/EmployerHiringUpdateFlow/EmployerHiringUpdateFlow.constants';\nimport { InputInstructions } from 'features/EmployerHiringUpdateFlow/InputInstructions';\n\nexport const HiredHowStep = () => {\n const { open, step, goToNextStep, goToPreviousStep, personnelProviders, setPersonnelProviders } =\n useContext(HiringUpdateFlowContext);\n\n const handleChange = (provider: string) => {\n setPersonnelProviders((prev) =>\n prev.includes(provider) ? prev.filter((item) => item !== provider) : [...prev, provider],\n );\n };\n\n return (\n{fullName}
\nNo jobs found
\n ) : (\n map(filteredOptions, (option) => (\n{option.text}
\n {option.subText && (\n{option.subText}
\n )}\n\n Please select the role that you hired this person for:\n
\n )}\n\n{OTHER_OPTION.text}
\n\n Please try again. If the error persists, contact our support team.\n
\nThanks a lot for your feedback!
\nNo applicants found
\n ) : (\n map(sortedApplicants, (applicant) => (\n\n Could you please confirm that the below person was hired by you or someone on your team?\n
\n\n\n Please try again. If the error persists, contact our support team.\n
\n\n We will update our records accordingly.\n
\n\n Please try again. If the error persists, contact our support team.\n
\n