From 8290154c4fcfdb282426a66090d4aa475c5cbdfd Mon Sep 17 00:00:00 2001 From: oumeimaelisbihani Date: Mon, 18 Nov 2024 11:30:22 +0100 Subject: [PATCH] fix merge --- .../details/TeeProfileDetails.vue | 2 +- .../details/TeeProfileLocalisation.vue | 97 ------------------- 2 files changed, 1 insertion(+), 98 deletions(-) diff --git a/apps/web/src/components/identification/details/TeeProfileDetails.vue b/apps/web/src/components/identification/details/TeeProfileDetails.vue index a4f255936..3aab7af9f 100644 --- a/apps/web/src/components/identification/details/TeeProfileDetails.vue +++ b/apps/web/src/components/identification/details/TeeProfileDetails.vue @@ -74,7 +74,7 @@ const profile = ref({ }, activity: { title: 'Activité', - description: "Quel est votre secteur d'activités ?", + description: "Quel est votre secteur d'activité ?", icon: 'fr-icon-briefcase-line', value: props.company?.secteur as Sector, type: RegisterDetailType.Activity, diff --git a/apps/web/src/components/identification/details/TeeProfileLocalisation.vue b/apps/web/src/components/identification/details/TeeProfileLocalisation.vue index 6c5d45ba6..8cbd18a5b 100644 --- a/apps/web/src/components/identification/details/TeeProfileLocalisation.vue +++ b/apps/web/src/components/identification/details/TeeProfileLocalisation.vue @@ -130,100 +130,3 @@ onClickOutside(localisationSearchBar, () => modifyLocalisation()) margin-bottom: 0; } - - -