diff --git a/src/components/ReportForm.tsx b/src/components/ReportForm.tsx index fd59e91..af946de 100644 --- a/src/components/ReportForm.tsx +++ b/src/components/ReportForm.tsx @@ -375,7 +375,7 @@ export function ReportForm({ selectedLocation, onLocationSelect, onReportCreated - + {HAZARD_TYPES.map((type) => ( {type.icon} {type.label} @@ -390,7 +390,7 @@ export function ReportForm({ selectedLocation, onLocationSelect, onReportCreated - + {SEVERITY_LEVELS.map((level) => ( diff --git a/src/components/ui/select.tsx b/src/components/ui/select.tsx index ea85bc1..93cd424 100644 --- a/src/components/ui/select.tsx +++ b/src/components/ui/select.tsx @@ -73,7 +73,7 @@ const SelectContent = React.forwardRef<