diff --git a/client/src/components/MethodologyFormula/__snapshots__/MethodologyFormula.test.tsx.snap b/client/src/components/MethodologyFormula/__snapshots__/MethodologyFormula.test.tsx.snap index e62e9033..5323388a 100644 --- a/client/src/components/MethodologyFormula/__snapshots__/MethodologyFormula.test.tsx.snap +++ b/client/src/components/MethodologyFormula/__snapshots__/MethodologyFormula.test.tsx.snap @@ -5,11 +5,8 @@ exports[`rendering of the MethodologyFormula checks if component renders 1`] = `

- Under the current formula, a census tract will be - - identified as disadvantaged - - in one or more categories of criteria: + Under the current formula, a census tract will be identified as disadvantaged in one or more + categories of criteria:

@@ -18,8 +15,7 @@ exports[`rendering of the MethodologyFormula checks if component renders 1`] = ` IF - the tract is above the thresholds for one or more environmental, climate, health or - socioeconomic burden indicators + the tract is above the threshold for one or more environmental or climate indicators

@@ -28,7 +24,7 @@ exports[`rendering of the MethodologyFormula checks if component renders 1`] = ` AND - the tract is above the thresholds for both socioeconomic indicators + the tract is above the threshold for the socioeconomic indicators

diff --git a/client/src/data/copy/methodology.tsx b/client/src/data/copy/methodology.tsx index 796f4f53..1b947c06 100644 --- a/client/src/data/copy/methodology.tsx +++ b/client/src/data/copy/methodology.tsx @@ -43,7 +43,8 @@ export const FORMULA = { INTRO:

- Under the current formula, a census tract will be - - identified as disadvantaged - - in one or more categories of criteria: + Under the current formula, a census tract will be identified as disadvantaged in one or more + categories of criteria:

@@ -315,8 +312,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis IF - the tract is above the thresholds for one or more environmental, climate, health or - socioeconomic burden indicators + the tract is above the threshold for one or more environmental or climate indicators

@@ -325,7 +321,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis AND - the tract is above the thresholds for both socioeconomic indicators + the tract is above the threshold for the socioeconomic indicators