Fix linting

pull/40/head
HardiReady 2018-07-05 21:57:47 +02:00
parent b8a8b1302d
commit 753b3ea682
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ export class DecorationListComponent implements OnInit {
searchTerm = new FormControl();
radioModel: string = '';
radioModel = '';
readonly fraction = Fraction;

View File

@ -24,7 +24,7 @@ export class UserListComponent implements OnInit {
searchTerm = new FormControl();
radioModel: string = '';
radioModel = '';
throttle = 300;
@ -82,7 +82,7 @@ export class UserListComponent implements OnInit {
}
}
filterUsers(action?, group?:MatButtonToggleGroup) {
filterUsers(action?, group?: MatButtonToggleGroup) {
if (!action || action === LOAD) {
this.offset = 0;
this.limit = 20;