Add campaign grouping for war stats #6

Merged
hardi merged 1 commits from release/1-3-2 into master 2017-08-13 09:27:06 +02:00
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@ export class WarListComponent implements OnInit {
campaigns: Campaign[] = [];
public oneAtATime: boolean = true;
constructor(private warService: WarService,
private loginService: LoginService,
private router: Router,