Skip to content

Commit be95a5d

Browse files
authored
Merge pull request #1720 from wittejm/jw/remove-WorkSource-from-providers
remove WorkSource from partners
2 parents b98f772 + 67b19dc commit be95a5d

File tree

2 files changed

+0
-142
lines changed

2 files changed

+0
-142
lines changed

src/frontend/src/components/App/__snapshots__/App.test.tsx.snap

Lines changed: 0 additions & 129 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,135 +1600,6 @@ Array [
16001600
</a>
16011601
</div>
16021602
</li>
1603-
<li
1604-
className="bt bw2 b--lightest-blue1"
1605-
>
1606-
<button
1607-
aria-controls="accordion-panel-WorkSource Oregon"
1608-
aria-expanded={false}
1609-
className="flex-ns w-100 relative navy hover-blue pv3 ph3"
1610-
onClick={[Function]}
1611-
onKeyDown={[Function]}
1612-
>
1613-
<span
1614-
className="w-70 db pr3 mb2 mb0-ns"
1615-
>
1616-
WorkSource Oregon
1617-
</span>
1618-
<span
1619-
className="w-30 pr3"
1620-
>
1621-
Roseburg
1622-
</span>
1623-
<span
1624-
className="absolute top-0 right-0 pt3 ph3"
1625-
>
1626-
<span
1627-
aria-hidden="true"
1628-
className="pt0 pl0 fas fa-angle-down"
1629-
/>
1630-
</span>
1631-
</button>
1632-
<div
1633-
className="bl bw2 f5 b--blue pv3 ph3 mb3 ml3"
1634-
hidden={true}
1635-
id="accordion-panel-WorkSource Oregon"
1636-
>
1637-
<ul
1638-
className="list mb2"
1639-
>
1640-
<li
1641-
className="flex-ns mb3"
1642-
>
1643-
<span
1644-
className="w10rem db fw6 mr3"
1645-
>
1646-
Locations
1647-
</span>
1648-
<span>
1649-
Southern Oregon
1650-
</span>
1651-
</li>
1652-
<li
1653-
className="flex-ns mb3"
1654-
>
1655-
<span
1656-
className="w10rem db fw6 mr3"
1657-
>
1658-
Income Restrictions
1659-
</span>
1660-
<span>
1661-
None
1662-
</span>
1663-
</li>
1664-
<li
1665-
className="flex-ns mb3"
1666-
>
1667-
<span
1668-
className="w10rem db fw6 mr3"
1669-
>
1670-
Analysis Cost
1671-
</span>
1672-
<span>
1673-
Free
1674-
</span>
1675-
</li>
1676-
<li
1677-
className="flex-ns mb3"
1678-
>
1679-
<span
1680-
className="w10rem db fw6 mr3"
1681-
>
1682-
Paperwork Cost
1683-
</span>
1684-
<span>
1685-
Free
1686-
</span>
1687-
</li>
1688-
</ul>
1689-
<p
1690-
className="mw6 lh-copy mb3"
1691-
>
1692-
The majority of court fees are subject to waiver for income-qualified individuals who complete the waiver form.
1693-
1694-
<a
1695-
className="link hover-blue bb"
1696-
href="/manual#filepaperwork"
1697-
onClick={[Function]}
1698-
>
1699-
Learn More
1700-
</a>
1701-
</p>
1702-
<hr
1703-
className="bt b--black-05 mb3"
1704-
/>
1705-
<p
1706-
className="fw6 mb3"
1707-
>
1708-
Contact
1709-
</p>
1710-
<ul
1711-
className="list mb3"
1712-
>
1713-
<li
1714-
className="mb3"
1715-
>
1716-
Therese Roche
1717-
</li>
1718-
<li
1719-
className="mb3"
1720-
>
1721-
Theresa.ROCHE@employ.oregon.gov
1722-
</li>
1723-
</ul>
1724-
<a
1725-
className="link hover-blue bb"
1726-
href="https://worksourceoregon.org/"
1727-
>
1728-
https://worksourceoregon.org/
1729-
</a>
1730-
</div>
1731-
</li>
17321603
</ul>
17331604
</div>
17341605
<span

src/frontend/src/components/PartnerTable/currentPartners.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -142,19 +142,6 @@ const currentPartners = [
142142
contacts: ["Drew Hastings", "hastind@linnbenton.edu"],
143143
website: "https://www.linnbenton.edu",
144144
},
145-
{
146-
details: [
147-
["Locations", "Southern Oregon"],
148-
["Income Restrictions", "None"],
149-
["Analysis Cost", "Free"],
150-
["Paperwork Cost", "Free"],
151-
],
152-
name: "WorkSource Oregon",
153-
area: "Roseburg",
154-
instructions: "Contact",
155-
contacts: ["Therese Roche", "Theresa.ROCHE@employ.oregon.gov"],
156-
website: "https://worksourceoregon.org/",
157-
},
158145
];
159146

160147
export default currentPartners;

0 commit comments

Comments
 (0)