Cleanup unused props

This commit is contained in:
Eric Bailey
2024-09-23 13:21:51 -05:00
parent f4bf48c18d
commit 8bfa192225
6 changed files with 7 additions and 17 deletions
@@ -558,7 +558,6 @@ let PostThreadItemLoaded = ({
<PostMeta
author={post.author}
moderation={moderation}
authorHasWarning={!!post.author.labels?.length}
timestamp={post.indexedAt}
postHref={postHref}
showAvatar={isThreadedChild}