added date for reviewed by

This commit is contained in:
pramod mahajan 2025-08-04 16:18:12 +05:30
parent 5ec938cce9
commit c2028af191

View File

@ -1,5 +1,6 @@
import { useState } from "react";
import Avatar from "../common/Avatar";
import { formatUTCToLocalTime } from "../../utils/dateUtils";
const ExpenseStatusLogs = ({ data }) => {
const [visibleCount, setVisibleCount] = useState(4);
@ -33,7 +34,7 @@ const ExpenseStatusLogs = ({ data }) => {
<small className="text-secondary text-tiny ms-2">
<em>{log.action}</em>
</small>
<span className="text-tiny text-secondary d-block small">{log?.updateAt}</span>
<span className="text-tiny text-secondary d-block small">{formatUTCToLocalTime(log?.updateAt)}</span>
</div>
</div>
<div className="d-flex align-items-center text-muted small mt-1">