bug fixed
This commit is contained in:
parent
fb078d7968
commit
1c5f5242ef
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user