mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-10 02:15:11 +00:00
format with prettier
This commit is contained in:
parent
1aa934584f
commit
0d868d9005
|
@ -39,7 +39,8 @@ export class PictrsImage extends Component<PictrsImageProps, any> {
|
|||
!this.props.thumbnail && !this.props.icon,
|
||||
"img-blur": this.props.thumbnail && this.props.nsfw,
|
||||
"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,
|
||||
})}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue