bug fixed

This commit is contained in:
Malini 2025-12-10 11:41:57 +05:30
parent fb078d7968
commit 1c5f5242ef

View File

@ -108,7 +108,7 @@ const Overview = () => {
record.total_cost !== undefined ? (
<span className="flex items-center">
<img src={uae_currency} alt="AED" className="inline-block w-6 h-6 -mt-0.5 opacity-80 mr-1" />
{record.total_cost}
{record.total_cost || 0}
</span>
) : '-',
record.status,