src/applications/vaos/referral-appointments/ScheduleReferral.jsx
Function ScheduleReferral
has 86 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function ScheduleReferral(props) {
const { currentReferral } = props;
const location = useLocation();
const dispatch = useDispatch();
useEffect(