Changes in Comment popup
This commit is contained in:
parent
9c3bcaea9e
commit
f20a7cf4bc
@ -212,7 +212,7 @@ const ReportTaskComments = ({ commentsData, closeModal }) => {
|
|||||||
|
|
||||||
<div className={`text-start py-0 d-flex align-items-center justify-content-start`}>
|
<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={`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()}
|
{moment.utc(data?.commentDate).local().fromNow()}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user