This commit is contained in:
Jake Kasper
2025-08-27 10:21:56 -04:00
parent afd701df22
commit dd1dcfc7b0

View File

@@ -260,7 +260,6 @@ const ApplicationExecutionModal = ({ application, propertyDetails, onClose, onCo
<div className="mb-6">
<h4 className="font-medium mb-2">Application Area & GPS Track</h4>
<div className="h-96 border rounded-lg overflow-hidden">
{propertyDetails && (
<PropertyMap
property={propertyDetails}
selectedSections={application.sections?.map(s => s.id) || []}
@@ -268,7 +267,6 @@ const ApplicationExecutionModal = ({ application, propertyDetails, onClose, onCo
gpsTrack={gpsTrack}
currentLocation={currentLocation}
/>
)}
</div>
</div>