Skip to content

Commit

Permalink
Add Somerset as SCI in PA (#470)
Browse files Browse the repository at this point in the history
* Add Somerset as SCI in PA

* add other text
  • Loading branch information
colincadams committed Jul 30, 2021
1 parent 2aba80f commit 1e7b04f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spotlight-client/package.json
@@ -1,7 +1,7 @@
{
"name": "spotlight-client",
"description": "A public-facing dashboard to help educate citizens and build accountability",
"version": "2.2.3",
"version": "2.2.4",
"private": true,
"repository": "git@github.com:Recidiviz/public-dashboard.git",
"author": "Recidiviz <team@recidiviz.org>",
Expand Down
6 changes: 4 additions & 2 deletions spotlight-client/src/contentApi/sources/us_pa.ts
Expand Up @@ -181,7 +181,8 @@ const content: TenantContent = {
name: "Current Prison Population",
methodology: `<p>
This data includes all individuals that are currently incarcerated in a DOC
facility. It does not include individuals incarcerated in county jails.
facility. It does not include individuals incarcerated in county jails. Other
includes individuals such as those that are currently out of state.
</p>
<p>
In distributions by age, individuals are counted towards the age group they
Expand Down Expand Up @@ -660,8 +661,9 @@ const content: TenantContent = {
{ id: "QUE", label: "Quehanna Boot Camp" },
{ id: "ROC", label: "Rockview" },
{ id: "SMI", label: "Smithfield" },
{ id: "SMR", label: "Somerset" },
{ id: "WAM", label: "Waymart" },
{ id: "OTHER", label: "Other Facilities" },
{ id: "OTHER", label: "Other" },
],
},
Parole: {
Expand Down

0 comments on commit 1e7b04f

Please sign in to comment.