From: Jay Sitter <jay@jaysitter.com>
Date: Mon, 26 Jun 2023 23:46:29 +0000 (-0400)
Subject: fix: Remove smallavatars prop
X-Git-Url: http://these/git/%7B%60https:/static/%7BjoinLemmyUrl%7D?a=commitdiff_plain;h=319bb4116fb7052c4218a6e95df43cf68e032084;p=lemmy-ui.git

fix: Remove smallavatars prop
---

diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx
index a7064f0..8c53767 100644
--- a/src/shared/components/post/post-listing.tsx
+++ b/src/shared/components/post/post-listing.tsx
@@ -106,7 +106,6 @@ interface PostListingProps {
   siteLanguages: number[];
   showCommunity?: boolean;
   showBody?: boolean;
-  smallAvatars?: boolean;
   hideImage?: boolean;
   enableDownvotes?: boolean;
   enableNsfw?: boolean;