diff --git a/thanasoft-front/src/components/Organism/Quote/QuoteDetailPresentation.vue b/thanasoft-front/src/components/Organism/Quote/QuoteDetailPresentation.vue
index 432a3a4..38babd1 100644
--- a/thanasoft-front/src/components/Organism/Quote/QuoteDetailPresentation.vue
+++ b/thanasoft-front/src/components/Organism/Quote/QuoteDetailPresentation.vue
@@ -89,8 +89,6 @@
Quote lines
-
-
Billing Information
-
diff --git a/thanasoft-front/src/components/molecules/Interventions/interventionsList.vue b/thanasoft-front/src/components/molecules/Interventions/interventionsList.vue
index f6d0d8b..6d0831c 100644
--- a/thanasoft-front/src/components/molecules/Interventions/interventionsList.vue
+++ b/thanasoft-front/src/components/molecules/Interventions/interventionsList.vue
@@ -12,7 +12,7 @@
:status="intervention.status"
:date="intervention.date"
:defunt-name="intervention.defuntName"
- :lieux="intervention.lieux"
+ :lieux="intervention.lieux.name"
:duree="intervention.duree"
:description="intervention.description"
:action="intervention.action"