Skip to content

Commit

Permalink
last modifies time
Browse files Browse the repository at this point in the history
  • Loading branch information
abishekTa-egov committed Oct 29, 2024
1 parent cc32b1a commit 2df51bf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ const FileComponent = ({ title, fileName, auditDetails, editHandler, deleteHandl
{/* Display audit details (Uploaded by user and last modified time) */}
{lastmodTime && userName && (
<div className="dm-audit-info" style={{ fontSize: "1rem", color: "#8e9497" }}>
Uploaded by {userName} | {lastmodTime}
{/* Uploaded by {userName} | {lastmodTime} */}
Last Modified time {lastmodTime}
</div>
)}
{/* Edit Icon and Button */}
Expand Down

0 comments on commit 2df51bf

Please sign in to comment.