Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sambaptista committed Nov 18, 2023
1 parent 2d84950 commit 7d1ea23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class NaturalAvatarComponent implements OnChanges {

@HostBinding('class.decorated')
@Input()
public decorated: boolean = true;
public decorated = true;

@Input() public textSizeRatio = 2.25;
@Input() public bgColor: string | undefined;
Expand Down

0 comments on commit 7d1ea23

Please sign in to comment.