From 55dd818fd66ebbb5c1f965f85ac1a57df74e2703 Mon Sep 17 00:00:00 2001 From: HarelM Date: Thu, 13 Jun 2024 14:26:15 +0300 Subject: [PATCH] add missing space --- .../src/application/components/route-statistics.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IsraelHiking.Web/src/application/components/route-statistics.component.ts b/IsraelHiking.Web/src/application/components/route-statistics.component.ts index f57837da0..919164d18 100644 --- a/IsraelHiking.Web/src/application/components/route-statistics.component.ts +++ b/IsraelHiking.Web/src/application/components/route-statistics.component.ts @@ -153,7 +153,7 @@ export class RouteStatisticsComponent extends BaseMapComponent implements OnInit this.redrawChart(); }); this.selectedRouteService.selectedRouteHover.pipe(takeUntilDestroyed()).subscribe(this.onSelectedRouteHover); - this.statisticsVisible$ =this.store.select((state: ApplicationState) => state.uiComponentsState.statisticsVisible); + this.statisticsVisible$ = this.store.select((state: ApplicationState) => state.uiComponentsState.statisticsVisible); } private setViewStatisticsValues(statistics: RouteStatistics): void {