app map
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user