We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d166a52 + a13681b commit b812ab1Copy full SHA for b812ab1
src/features/projectsV2/ProjectsMap/microComponents/PlantLocations.tsx
@@ -220,6 +220,7 @@ export default function PlantLocations(): React.ReactElement {
220
/>
221
{selectedPlantLocation &&
222
selectedPlantLocation.type !== 'single-tree-registration' &&
223
+ (selectedInterventionType === 'multi-tree-registration' || selectedInterventionType === 'enrichment-planting' || selectedInterventionType ==='all' || selectedInterventionType === 'default') &&
224
viewState.zoom > 14 &&
225
selectedPlantLocation.sampleInterventions
226
? selectedPlantLocation.sampleInterventions.map((spl) => {
0 commit comments