Aw4751 eslint fixes
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
@@ -12,8 +12,8 @@ export class AvatarComponent implements OnInit {
|
||||
@Input() user: IUser;
|
||||
@Input() bgColor: string;
|
||||
@Input() fgColor: string;
|
||||
@Input() size: number = 75;
|
||||
@Input() round: boolean = true;
|
||||
@Input() size = 75;
|
||||
@Input() round = true;
|
||||
|
||||
@Output() click = new EventEmitter();
|
||||
|
||||
|
Reference in New Issue
Block a user