+ {label} + + ); +} + +// ── Электричество ────────────────────────────────────────────────────────────── + +function PowerRow({ data }: { data: ConnectionCapacityResponse }) { + const nearest = data.power_summary.nearest_with_reserve; + + if (!nearest) { + return ( +