@ttahub/common 2.2.18 → 2.2.20
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 +2 -2
package/package.json
CHANGED
package/src/constants.js
CHANGED
|
@@ -463,7 +463,7 @@ const TOTAL_HOURS_AND_RECIPIENT_GRAPH_TRACE_IDS = {
|
|
|
463
463
|
"State HSA",
|
|
464
464
|
"State environmental health and safety systems",
|
|
465
465
|
"State family engagement systems",
|
|
466
|
-
"State health and
|
|
466
|
+
"State health and wellness systems",
|
|
467
467
|
"State homelessness agency/McKinney Vento liason",
|
|
468
468
|
"State Professional development system",
|
|
469
469
|
"TTA staff",
|
|
@@ -471,7 +471,7 @@ const TOTAL_HOURS_AND_RECIPIENT_GRAPH_TRACE_IDS = {
|
|
|
471
471
|
];
|
|
472
472
|
|
|
473
473
|
exports.COLLAB_REPORT_PARTICIPANTS = COLLAB_REPORT_PARTICIPANTS;
|
|
474
|
-
|
|
474
|
+
|
|
475
475
|
// List of states, by region
|
|
476
476
|
// see: https://www.acf.hhs.gov/oro/regional-offices
|
|
477
477
|
const ALL_STATES = [
|