@ttahub/common 2.2.0 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/constants.js +0 -1
package/package.json
CHANGED
package/src/constants.js
CHANGED
|
@@ -156,7 +156,6 @@ const TARGET_POPULATIONS = [
|
|
|
156
156
|
exports.TARGET_POPULATIONS = TARGET_POPULATIONS;
|
|
157
157
|
|
|
158
158
|
const EVENT_TARGET_POPULATIONS = [
|
|
159
|
-
'Children/Families affected by systemic discrimination/bias/exclusion',
|
|
160
159
|
'Children/Families affected by traumatic events',
|
|
161
160
|
'Parents/Families impacted by health disparities',
|
|
162
161
|
];
|