format with prettier

This commit is contained in:
Alec Armbruster 2023-06-12 13:09:50 -04:00
parent 1aa934584f
commit 0d868d9005
No known key found for this signature in database
GPG key ID: 0BE3206ADE0F3B3B

View file

@ -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,
})}
/>