jaewonhimnae/react-chat

All chatcards have the same time 'a few seconds ago'

Opened this issue · 1 comments

/client/src/components/views/ChatPage/Sections/ChatCard.js

line 38 :
<span>{moment(props.createdAt).fromNow()}</span>

instead of
<span>{moment().fromNow()}</span>

idsus commented

Thank you so much!