diff --git a/src/details/features/detail-components.tsx b/src/details/features/detail-components.tsx index f6a1b8ac..198edc45 100644 --- a/src/details/features/detail-components.tsx +++ b/src/details/features/detail-components.tsx @@ -75,7 +75,6 @@ export const AirportDetails: FC = ({ f }) => ( label={`Rehabilitation cost (${f.cost_unit})`} value={`${numFormat(f.cost_mean)} ${paren(numRangeFormat(f.cost_min, f.cost_max))}`} /> - ); @@ -96,7 +95,6 @@ export const PowerLineDetails: FC = ({ f }) => ( label={`Rehabilitation cost (${f.cost_unit})`} value={`${numFormat(f.cost_mean)} (${numFormat(f.cost_min)}–${numFormat(f.cost_max)})`} /> - ); @@ -114,7 +112,6 @@ export const PowerGenerationNodeDetails: FC = ({ f }) => label={`Rehabilitation cost (${f.cost_unit})`} value={`${numFormat(f.cost_mean)} (${numFormat(f.cost_min)}–${numFormat(f.cost_max)})`} /> - ); @@ -125,7 +122,6 @@ export const PowerDemandNodeDetails: FC = ({ f }) => ( - ); @@ -139,7 +135,6 @@ export const PowerJunctionNodeDetails: FC = ({ f }) => ( label={`Rehabilitation cost (${f.cost_unit})`} value={`${numFormat(f.cost_mean)} (${numFormat(f.cost_min)}–${numFormat(f.cost_max)})`} /> - ); @@ -149,7 +144,6 @@ export const IrrigationDetails: FC = ({ f }) => ( - @@ -163,7 +157,6 @@ export const WaterPipelineDetails: FC = ({ f }) => ( - @@ -187,7 +180,6 @@ export const PortDetails: FC = ({ f }) => ( label={`Rehabilitation cost (${f.cost_unit})`} value={`${numFormat(f.cost_mean)} ${paren(numRangeFormat(f.cost_min, f.cost_max))}`} /> - @@ -200,12 +192,10 @@ export const WaterSupplyNodeDetails: FC = ({ f }) => ( - - @@ -313,7 +303,6 @@ export const WastewaterNodeDetails: FC = ({ f }) => ( -