Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
n-b committed Sep 20, 2023
1 parent 90b6f33 commit eecf76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/prepared_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export async function prepareData(): Promise<GlobalData> {
),
variant:
!feature.properties["Au point mort"] &&
!feature.properties.APPORT_RERV == "Aménagement prééxistant" &&
feature.properties.APPORT_RERV !== "Aménagement prééxistant" &&
feature.properties.PHASE === "1 - 2025" &&
feature.properties.NIVEAU_VALID_AMENAG === "A l'étude" &&
["Variante", "Variante initiale"].includes(
Expand Down

0 comments on commit eecf76c

Please sign in to comment.