asdf
This commit is contained in:
@@ -292,7 +292,7 @@ const Applications = () => {
|
|||||||
{application.propertyAddress}
|
{application.propertyAddress}
|
||||||
</p>
|
</p>
|
||||||
<p className="text-sm text-gray-600 mb-1">
|
<p className="text-sm text-gray-600 mb-1">
|
||||||
Area: {Math.round(application.sectionArea).toLocaleString()} sq ft
|
Areas: {application.sectionNames} ({Math.round(application.totalSectionArea || application.sectionArea || 0).toLocaleString()} sq ft)
|
||||||
</p>
|
</p>
|
||||||
<p className="text-sm text-gray-600 mb-1">
|
<p className="text-sm text-gray-600 mb-1">
|
||||||
Equipment: {application.equipmentName}
|
Equipment: {application.equipmentName}
|
||||||
|
|||||||
Reference in New Issue
Block a user