Fix missing avatar moderation in replies (#2325)
This commit is contained in:
parent
e1ba649560
commit
b5d53ef0b9
2 changed files with 4 additions and 1 deletions
|
@ -539,6 +539,7 @@ let PostThreadItemLoaded = ({
|
|||
timestamp={post.indexedAt}
|
||||
postHref={postHref}
|
||||
showAvatar={isThreadedChild}
|
||||
avatarModeration={moderation.avatar}
|
||||
avatarSize={28}
|
||||
displayNameType="md-bold"
|
||||
displayNameStyle={isThreadedChild && s.ml2}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue