]> Untitled Git - lemmy-ui.git/commitdiff
format with prettier
authorAlec Armbruster <alectrocute@gmail.com>
Mon, 12 Jun 2023 17:09:50 +0000 (13:09 -0400)
committerAlec Armbruster <alectrocute@gmail.com>
Mon, 12 Jun 2023 17:09:50 +0000 (13:09 -0400)
src/shared/components/common/pictrs-image.tsx

index 91e4a18b0bcdb0c37190ca6ba3cf62c77773b55a..0b3493b5028d2904b4fa3dc12ed1f89d4334432c 100644 (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,
           })}
         />