Opened this issue 5 years ago · 1 comments
/client/src/components/views/ChatPage/Sections/ChatCard.js
line 38 : <span>{moment(props.createdAt).fromNow()}</span>
<span>{moment(props.createdAt).fromNow()}</span>
instead of <span>{moment().fromNow()}</span>
<span>{moment().fromNow()}</span>
Thank you so much!