pramod_Task#: Display Directory Feature in Project Section #161

Closed
pramod.mahajan wants to merge 14 commits from pramod_Task#111 into Feature_Directory
Showing only changes of commit 94c9430406 - 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>