Merge Local and Incoming Changes
This commit is contained in:
parent
8f9590adb6
commit
2f60ec72ae
@ -23,10 +23,10 @@ const ResilienceView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
const [ endDate, setEndDate ] = useState(null);
|
||||
|
||||
return (<>
|
||||
<DataEntryGroup name="Disaster Management" collapsed={true} >
|
||||
<DataEntryGroup name="Building Damage Assessment Tool" collapsed={true} >
|
||||
<InfoBox>
|
||||
This feature is designed to help communities capture data on the state of buildings
|
||||
during major disasters, to support emergency services and to record damage to aid reconstruction programmes.
|
||||
This feature is designed as an assessment tool to help communities capture data on the state of buildings following major disasters.
|
||||
It is intended to help support emergency services, to record damage, and to aid reconstruction programmes.
|
||||
</InfoBox>
|
||||
<button className={`map-switcher-inline ${historicData}-state btn btn-outline btn-outline-dark ${darkLightTheme}`} onClick={historicDataSwitchOnClick}>
|
||||
{(historicData === 'enabled')?'Click here to hide disaster maps':'Click here to show disaster maps'}
|
||||
@ -140,7 +140,7 @@ const ResilienceView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
isUrl={true}
|
||||
/>
|
||||
</DataEntryGroup>
|
||||
<DataEntryGroup name="Resilience indicators" collapsed={true} >
|
||||
<DataEntryGroup name="Resilience indicators and risk assessment" collapsed={true} >
|
||||
<InfoBox>
|
||||
This section is under development.
|
||||
</InfoBox>
|
||||
|
@ -828,7 +828,7 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
|
||||
},
|
||||
disaster_source_link: {
|
||||
category: Category.Resilience,
|
||||
title: "Please add a source link to official documentation where applicable",
|
||||
title: "Please add a source link to official documentation/photographic evidence where applicable",
|
||||
tooltip: "URL for data sources(s)",
|
||||
example: ["", "", ""],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user