Changes in Comment popup

This commit is contained in:
kartik.sharma 2025-05-27 17:24:14 +05:30 committed by ashutosh.nehete
parent cd3983dd19
commit 94c9430406

View File

@ -212,7 +212,7 @@ const ReportTaskComments = ({ commentsData, closeModal }) => {
<div className={`text-start py-0 d-flex align-items-center justify-content-start`}>
<p className={`mb-0 text-muted me-2`}>{fullName}</p>
<p className={`text-${bgClass} m-0`} style={{ fontSize: "10px" }}>
<p className={`text-secondary m-0`} style={{ fontSize: "10px" }}>
{moment.utc(data?.commentDate).local().fromNow()}
</p>
</div>