mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 20:31:13 +00:00
format with prettier
This commit is contained in:
parent
1aa934584f
commit
0d868d9005
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ export class PictrsImage extends Component<PictrsImageProps, any> {
|
||||||
!this.props.thumbnail && !this.props.icon,
|
!this.props.thumbnail && !this.props.icon,
|
||||||
"img-blur": this.props.thumbnail && this.props.nsfw,
|
"img-blur": this.props.thumbnail && this.props.nsfw,
|
||||||
"rounded-circle img-cover img-icon mr-2": this.props.icon,
|
"rounded-circle img-cover img-icon mr-2": this.props.icon,
|
||||||
"ml-2 mb-0 rounded-circle img-cover avatar-overlay": this.props.iconOverlay,
|
"ml-2 mb-0 rounded-circle img-cover avatar-overlay":
|
||||||
|
this.props.iconOverlay,
|
||||||
"avatar-pushup": this.props.pushup,
|
"avatar-pushup": this.props.pushup,
|
||||||
})}
|
})}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue