]> Untitled Git - lemmy-ui.git/commitdiff
fix: Remove smallavatars prop
authorJay Sitter <jay@jaysitter.com>
Mon, 26 Jun 2023 23:46:29 +0000 (19:46 -0400)
committerJay Sitter <jay@jaysitter.com>
Mon, 26 Jun 2023 23:46:29 +0000 (19:46 -0400)
src/shared/components/post/post-listing.tsx

index a7064f05f008eef833d468cd37f5a070ec2a6cf6..8c537678d7e1c4d7c4f78313df85417750bfee75 100644 (file)
@@ -106,7 +106,6 @@ interface PostListingProps {
   siteLanguages: number[];
   showCommunity?: boolean;
   showBody?: boolean;
-  smallAvatars?: boolean;
   hideImage?: boolean;
   enableDownvotes?: boolean;
   enableNsfw?: boolean;