diff --git a/static/src/app/statistic/overview/stats-overview.component.ts b/static/src/app/statistic/overview/stats-overview.component.ts index b943d7e..b350b0a 100644 --- a/static/src/app/statistic/overview/stats-overview.component.ts +++ b/static/src/app/statistic/overview/stats-overview.component.ts @@ -54,6 +54,9 @@ export class StatisticOverviewComponent { this.title = "Gesamtübersicht"; } else { this.title = campaign.title + setTimeout(() => { + this.activeSlideIndex = 2; + }, 10) } wars = wars.concat(campaign.wars); itemsProcessed++;