Skip to content

Commit

Permalink
fix: remove unnecessary items
Browse files Browse the repository at this point in the history
  • Loading branch information
samshara committed Jan 4, 2024
1 parent 76d111e commit 5661820
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 22 deletions.
7 changes: 0 additions & 7 deletions src/views/CountryNsOverviewActivities/Map/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -437,13 +437,6 @@ function CountryThreeWNationalSocietyProjectsMap(props: Props) {
coordinates={clickedPointProperties.lngLat}
onCloseButtonClick={handlePointClose}
heading={clickedPointProperties.countryName}
headerDescription={(
<TextOutput
value={projectList?.map((i) => i.modified_at)}
label="Last Updated"
// valueType="date"
/>
)}
childrenContainerClassName={styles.mapPopupContent}
>
{(clickedPointProjectsResponsePending
Expand Down
2 changes: 1 addition & 1 deletion src/views/CountryNsOverviewCapacity/i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"perStartPerProcess": "Start PER Process",
"perViewLink": "View",
"nSOverviewCapacityDescription": "The following are various processes and assessment that the NS has done with IFRC that address National Society development, capacity, preparedness, and others.",
"nsOverviewCapacityLink": "IFRC Evaluations Database",
"nsOverviewCapacityLink": "IFRC Evaluations Database"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
display: flex;
flex-direction: column;
gap: var(--go-ui-spacing-2xl);
/* padding: var(--go-ui-spacing-2xl) 0; */

.per-components {
display: grid;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
display: flex;
flex-direction: column;
gap: var(--go-ui-spacing-2xl);
/* padding: var(--go-ui-spacing-2xl) 0; */

.content {
display: grid;
Expand Down
3 changes: 1 addition & 2 deletions src/views/CountryProfileRiskWatch/i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"eapHeading": "Early Action Protocols (EAPs)",
"eapDownloadButtonLabel": "Download the EAP",
"eapDescription": "EAPs are a formal plan that guide timely and effective implementation of early actions for extreme weather events, based on pre-agreed triggers.",
"riskWatchDescription": "The following dataset displays information about the modeled impact of specific forecasted or detected natural hazards.",
"riskWatchSubmitDREF": "Submit a DREF"
"riskWatchDescription": "The following dataset displays information about the modeled impact of specific forecasted or detected natural hazards."
}
}
10 changes: 0 additions & 10 deletions src/views/CountryProfileRiskWatch/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,6 @@ export function Component() {
<Container
childrenContainerClassName={styles.countryRiskWatch}
headerDescription={strings.riskWatchDescription}
actions={(
// TODO: Add a link for submit a Dref
<Link
external
href="/"
variant="secondary"
>
{strings.riskWatchSubmitDREF}
</Link>
)}
>
{pendingImminentEventCounts && (
<BlockLoading />
Expand Down

0 comments on commit 5661820

Please sign in to comment.