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