Correction in Comment popup from Daily Progress Report. #152

Merged
ashutosh.nehete merged 2 commits from Kartik_Bug#350 into Issue_May_5W 2025-05-27 11:56:53 +00:00
Showing only changes of commit 792fcd6965 - Show all commits

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>