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;