Skip to content

Commit f5fc32b

Browse files
authored
Merge pull request #1701 from IFRCGo/feature/surge-cos-updates-remove-24-hour
Remove an outdated sentence from Non-Clinical - Emergency Response Unit
2 parents c74f95c + 7f51854 commit f5fc32b

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/slow-cobras-nail.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"go-web-app": patch
3+
---
4+
5+
- Surge CoS: Health fix

app/src/views/SurgeCatalogueHealth/i18n.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"healthBurialsTitle": "Safe and Dignified Burials",
2626
"healthIPCTitle": "Infection Prevention and Control (IPC)",
2727
"healthCCMMTitle": "Community Case Management of Malnutrition (CCMM)",
28-
"healthPSSDetails": "24 hour clinical services for 100-200 outpatients/day.",
2928
"healthRapidResponsePersonnelTitle": "Rapid Response Personnel",
3029
"healthRoleProfiles": "Role Profiles",
3130
"healthCoordinator": "Health Coordinator",

app/src/views/SurgeCatalogueHealth/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ export function Component() {
274274
<CatalogueInfoCard
275275
title={strings.nonClinicalTitle}
276276
data={healthPSS}
277-
description={strings.healthPSSDetails}
278277
/>
279278
</SurgeCardContainer>
280279
</SurgeCatalogueContainer>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"parent": "000018-1739359398709.json",
3+
"actions": [
4+
{
5+
"action": "remove",
6+
"key": "healthPSSDetails",
7+
"namespace": "surgeCatalogueHealth"
8+
}
9+
]
10+
}

0 commit comments

Comments
 (0)