src/applications/gi/updated-gi/components/GiBillBreadcrumbs.jsx
Function GiBillBreadcrumbs
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const GiBillBreadcrumbs = () => {
const history = useHistory();
const { pathname } = useLocation();
const isSchools = pathname.includes('schools-and-employers');