Refactor_Expenses #321

Merged
pramod.mahajan merged 249 commits from Refactor_Expenses into hotfix/MasterActivity 2025-08-01 13:14:59 +00:00
Showing only changes of commit 9a1fba347a - Show all commits

View File

@ -176,7 +176,7 @@ const ExpenseList = () => {
<td className="d-none d-md-table-cell text-end"><i className='bx bx-rupee b-xs'></i>{expense?.amount}</td>
<td>
<span
className={`badge bg-label-${getColorNameFromHex(expense.status.color) || 'secondary'}`}
className={`badge bg-label-${getColorNameFromHex(expense?.status?.color) || 'secondary'}`}
>
{expense.status?.displayName || "Unknown"}