mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 08:34:25 +03:00
CommentItem: pass date correctly
This commit is contained in:
parent
31bc17005c
commit
b31bda74c2
@ -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}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user