Skip to content

Commit

Permalink
suppress id what happens after probation and parole sections
Browse files Browse the repository at this point in the history
  • Loading branch information
terryttsai committed Jul 28, 2022
1 parent ef202b8 commit 09a2446
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions spotlight-client/src/contentApi/sources/us_id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,12 +405,6 @@ const content: TenantContent = {
"Changes in probation sentence lengths, conditions, and other factors may contribute to the rise and fall of this number over time.",
metricTypeId: "ProbationPopulationHistorical",
},
{
title: "What happens after probation?",
body:
"After probation, a person may be successfully discharged or revoked to prison. Take a look at how the rate of successful probation completion has changed over time, and how the overall rate of successful probation completion varies by demographic.",
metricTypeId: "ProbationSuccessHistorical",
},
{
title: "Why do revocations happen?",
body:
Expand Down Expand Up @@ -438,12 +432,6 @@ const content: TenantContent = {
"Earlier releases from parole, more sentences to prison terms, and other factors may also contribute to the rise and fall of this number over time.",
metricTypeId: "ParolePopulationHistorical",
},
{
title: "What happens after parole?",
body:
"After parole, a person may be successfully discharged or revoked to prison. Take a look at how the rate of successful parole completion has changed over time, and how the overall rate of successful parole completion varies by demographic.",
metricTypeId: "ParoleSuccessHistorical",
},
{
title: "Why do revocations happen?",
body:
Expand Down

0 comments on commit 09a2446

Please sign in to comment.