optimize stats list

pull/6/head
Florian Hartwich 2017-08-13 09:23:26 +02:00
parent 4d72a7d02f
commit c6b0148141
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,