change initial statistic to point sum
parent
66244467a5
commit
7638828645
|
@ -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++;
|
||||
|
|
Loading…
Reference in New Issue