mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
parent
522872037a
commit
daa26bcfd6
4 changed files with 5 additions and 5 deletions
|
@ -294,8 +294,8 @@ const AreaDetail = ({properties}:IAreaDetailProps) => {
|
||||||
};
|
};
|
||||||
const houseBurden:indicatorInfo = {
|
const houseBurden:indicatorInfo = {
|
||||||
label: intl.formatMessage(messages.houseBurden),
|
label: intl.formatMessage(messages.houseBurden),
|
||||||
description: 'People ages 18 and up who report having been told by a doctor,' +
|
description: 'Households that are low income and spend more than 30% of their income on' +
|
||||||
' nurse, or other health professionals that they have diabetes other than diabetes during pregnancy',
|
' housing costs',
|
||||||
value: properties[constants.HOUSING_BURDEN_PROPERTY_PERCENTILE],
|
value: properties[constants.HOUSING_BURDEN_PROPERTY_PERCENTILE],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -268,7 +268,7 @@ exports[`rendering of the AreaDetail checks if various text fields are visible 1
|
||||||
<p
|
<p
|
||||||
class="secondary j40-indicator"
|
class="secondary j40-indicator"
|
||||||
>
|
>
|
||||||
People ages 18 and up who report having been told by a doctor, nurse, or other health professionals that they have diabetes other than diabetes during pregnancy
|
Households that are low income and spend more than 30% of their income on housing costs
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
<li
|
<li
|
||||||
|
|
|
@ -58,7 +58,7 @@ export const cards = [
|
||||||
dataDateRange: `2016-2019`,
|
dataDateRange: `2016-2019`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
indicator: 'Heart disase',
|
indicator: 'Heart disease',
|
||||||
description: `People ages 18 years and up who report ever having been told
|
description: `People ages 18 years and up who report ever having been told
|
||||||
by a doctor, nurse, or other health professionals that they had angina or
|
by a doctor, nurse, or other health professionals that they had angina or
|
||||||
coronary heart disease.`,
|
coronary heart disease.`,
|
||||||
|
|
|
@ -250,7 +250,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h3>
|
<h3>
|
||||||
Heart disase
|
Heart disease
|
||||||
</h3>
|
</h3>
|
||||||
<div>
|
<div>
|
||||||
What is it?
|
What is it?
|
||||||
|
|
Loading…
Add table
Reference in a new issue