Allow Angular app to compile

This commit is contained in:
2026-05-05 16:16:01 +03:00
parent 1d7a7a48c7
commit a02befb78d
@@ -150,7 +150,6 @@ export class FlightsMapBodyComponent implements OnInit, AfterViewInit {
{ {
icon: markerBlueSmall, icon: markerBlueSmall,
title: city.code, title: city.code,
autoPanOnFocus: false,
} }
) )
.on('click', ()=> this.handleMarkerClick(city.code)) .on('click', ()=> this.handleMarkerClick(city.code))