Skip to content

Commit

Permalink
lint: run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
edelclaux committed Dec 18, 2024
1 parent 67a93de commit ea960d0
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -476,9 +476,9 @@ <h5 class="card-header bg-primary text-white">
[parentFormControl]="
occHabForm.stationForm
.get('habitats')
.controls[occHabForm.currentEditingHabForm].get(
'id_nomenclature_community_interest'
)
.controls[
occHabForm.currentEditingHabForm
].get('id_nomenclature_community_interest')
"
[items]="storeService.nomenclatureItems.HAB_INTERET_COM"
comparedKey="id_nomenclature"
Expand Down Expand Up @@ -515,9 +515,9 @@ <h5 class="card-header bg-primary text-white">
[parentFormControl]="
occHabForm.stationForm
.get('habitats')
.controls[occHabForm.currentEditingHabForm].get(
'id_nomenclature_determination_type'
)
.controls[
occHabForm.currentEditingHabForm
].get('id_nomenclature_determination_type')
"
[items]="storeService.nomenclatureItems.DETERMINATION_TYP_HAB"
comparedKey="id_nomenclature"
Expand All @@ -533,9 +533,9 @@ <h5 class="card-header bg-primary text-white">
[parentFormControl]="
occHabForm.stationForm
.get('habitats')
.controls[occHabForm.currentEditingHabForm].get(
'id_nomenclature_collection_technique'
)
.controls[
occHabForm.currentEditingHabForm
].get('id_nomenclature_collection_technique')
"
[items]="storeService.nomenclatureItems.TECHNIQUE_COLLECT_HAB"
comparedKey="id_nomenclature"
Expand Down

0 comments on commit ea960d0

Please sign in to comment.