-
-
-
- Global Health
-
+ Global Health
-
- {intl
- .formatMessage({
- id: 'global_health_explanation',
- })
- .split('\n')
- .map((line, key) => (
-
- {line}
-
- ))}
-
- }
- overlayStyle={{
- minWidth: '30rem',
- display: 'block',
- }}
- >
-
-
+
+ {intl
+ .formatMessage({
+ id: 'global_health_explanation',
+ })
+ .split('\n')
+ .map((line, key) => (
+
+ {line}
+
+ ))}
+
+ }
+ />
+
+
+
+ {historyAlertStatus === 'loading' ? (
+
+
-
-
-
- {historyAlertStatus === 'loading' && (
-
-
-
- )}
-
-
- {
description:
'Failed to load alert history for the selected period',
},
- ]
- : alertSegments || []
+ ] as Alert[])
+ : alerts || []
}
- start={startingTimeISO}
- end={currentTimeISO}
+ start={new Date(startingTimeISO)}
+ end={new Date(currentTimeISO)}
/>
-
+ )}