another comment

This commit is contained in:
bedlam343 2024-05-18 17:35:27 -07:00
parent 087cc1e1bf
commit 6c7edd9088

View File

@ -65,6 +65,7 @@ const MapWarningWidget = ({ widget }: MapWarningWidgetProps) => {
if (threatInfoElement) {
return (
<>
{/* Connecting line */}
<div style={{ height: 2, width: 75, border: '2px dashed white' }} />
<MapThreatInfoElement
element={threatInfoElement as InformationElementType}