/client/src/components/views/ChatPage/Sections/ChatCard.js line 38 : `<span>{moment(props.createdAt).fromNow()}</span>` instead of `<span>{moment().fromNow()}</span>`
/client/src/components/views/ChatPage/Sections/ChatCard.js
line 38 :
<span>{moment(props.createdAt).fromNow()}</span>instead of
<span>{moment().fromNow()}</span>