Skip to content

Commit

Permalink
add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Jun 13, 2024
1 parent b22658a commit 55dd818
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 55dd818

Please sign in to comment.