Compare commits

..

No commits in common. "719c916af3706b4886aea7fe74028338a3a991a0" and "de689b0af857e55fd5f9325e1bc4cb0dd0d0efe4" have entirely different histories.

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