diff --git a/client/src/components/DatasetCard/DatasetCard.tsx b/client/src/components/DatasetCard/DatasetCard.tsx
index f180ae24..4739f6a0 100644
--- a/client/src/components/DatasetCard/DatasetCard.tsx
+++ b/client/src/components/DatasetCard/DatasetCard.tsx
@@ -15,7 +15,7 @@ interface IDatasetCardProps {
* @param {IDatasetCardProps}
* @return {JSX.Element}
*/
-const DatasetCard = ({datasetCardProps}:IDatasetCardProps) => {
+const DatasetCard = ({datasetCardProps}: IDatasetCardProps) => {
const intl = useIntl();
return (
@@ -67,7 +67,7 @@ const DatasetCard = ({datasetCardProps}:IDatasetCardProps) => {
{intl.formatMessage(METHODOLOGY_COPY.DATASET_CARD_LABELS.AVAILABLE_FOR)}
- {dataSource.availableFor}
+ {intl.formatMessage(dataSource.availableFor)}
))}
diff --git a/client/src/data/copy/contact.tsx b/client/src/data/copy/contact.tsx
index efac0f5a..c5389a9a 100644
--- a/client/src/data/copy/contact.tsx
+++ b/client/src/data/copy/contact.tsx
@@ -94,8 +94,4 @@ export const CENSUS_TRACT_FEEDBACK = {
/>,
};
-export const CONTACT_VIA_EMAIL = {
- ID: 'contact.page.general',
- DESCRIPTION: 'Contact page body text',
- DEFAULT_MESSAGE: `For general feedback, email {general_email_address}.`,
-};
+
diff --git a/client/src/data/copy/methodology.tsx b/client/src/data/copy/methodology.tsx
index 589baca4..22a85914 100644
--- a/client/src/data/copy/methodology.tsx
+++ b/client/src/data/copy/methodology.tsx
@@ -52,11 +52,11 @@ export const FORMULA = {
/>,
IF: IF the census tract is above the threshold for one or more environmental or climate indicators
`}
description={'Navigate to the methodology page. This is the first part of the formula used in the methodology'}
- values= {{
+ values={{
boldtag: boldFn,
}}
/>,
@@ -66,7 +66,7 @@ export const FORMULA = {
AND the census tract is above the threshold for the socioeconomic indicators
`}
description={'Navigate to the methodology page. This is the second part of the formula used in the methodology'}
- values= {{
+ values={{
boldtag: boldFn,
}}
/>,
@@ -100,22 +100,22 @@ export const DOWNLOAD_TSD_URL = [
process.env.GATSBY_TSD_DOWNLOAD_FILE_PATH,
].join('/');
-const newCalloutFontColorFn = (str:string) => {str};
+const newCalloutFontColorFn = (str: string) => {str};
export const DOWNLOAD_PACKAGE = {
TITLE: