publish: comment author correct

This commit is contained in:
Liam Fitzgerald 2020-08-25 11:47:11 +10:00
parent 17e8add450
commit 21a64076e2

View File

@ -61,7 +61,7 @@ export function CommentItem(props: CommentItemProps) {
<Author <Author
showImage showImage
contacts={contacts} contacts={contacts}
ship={ship} ship={commentData?.author}
date={commentData["date-created"]} date={commentData["date-created"]}
> >
{!disabled && !editing && ( {!disabled && !editing && (