Refactor_Expenses #317

Closed
pramod.mahajan wants to merge 247 commits from Refactor_Expenses into Feature_Expense
Showing only changes of commit c2028af191 - Show all commits

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">