CommentItem: pass date correctly

This commit is contained in:
Liam Fitzgerald 2020-10-30 11:23:00 +10:00
parent 31bc17005c
commit b31bda74c2

View File

@ -48,7 +48,7 @@ export function CommentItem(props: CommentItemProps) {
showImage
contacts={contacts}
ship={commentData?.author}
date={commentData["date-created"]}
date={commentData?.["time-sent"]}
hideAvatars={props.hideAvatars}
hideNicknames={props.hideNicknames}
>