Skip to content

Commit

Permalink
add: depname
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreyaldebert committed Dec 3, 2024
1 parent 2b28b26 commit fa58c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/MapComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export default defineComponent({
tooltipTitle.value = e.features[0]["properties"]["nom"];
const depCode = e.features[0]["properties"]["code"];
appStore.updateMouseDep(depCode);
appStore.updateMouseDepName(depName.value);
appStore.updateMouseDepName(tooltipTitle.value);
tooltip.value.mode = "departement";
tooltip.value.value = (
fullPeriodData[
Expand Down

0 comments on commit fa58c6a

Please sign in to comment.