Skip to content

Commit

Permalink
Merge 2baa44b into 2aba80f
Browse files Browse the repository at this point in the history
  • Loading branch information
colincadams committed Jul 30, 2021
2 parents 2aba80f + 2baa44b commit bef6f81
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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 bef6f81

Please sign in to comment.