From 07538323f06aec684c7e4f7d2ba5923700811c47 Mon Sep 17 00:00:00 2001
From: antoine37120 <ant.dupre@gmail.com>
Date: Wed, 10 May 2023 16:32:11 +0200
Subject: [PATCH] fix: remove naked location form

---
 src/custom-tzcld.js | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/custom-tzcld.js b/src/custom-tzcld.js
index a8f8857..066556f 100644
--- a/src/custom-tzcld.js
+++ b/src/custom-tzcld.js
@@ -283,7 +283,6 @@ import("./utils.js").then((utils) => {
         data-src="\${value}"
         data-holder
         partial
-        naked
         fields="segment1(phone, phone_type, phone_public)"
         class-segment1="segment full sm-full rowClear"
         class-phone="segment margin-bottom-medium width-45 sm-full padding-right-small sm-padding-none text-xlarge text-semibold text-color-heading"
@@ -304,7 +303,6 @@ import("./utils.js").then((utils) => {
         data-src="\${value}"
         data-holder
         partial
-        naked
         fields="segment1(email, email_type, email_public)"
         class-segment1="segment full sm-full rowClear"
         class-email="segment margin-bottom-medium width-45 sm-full padding-right-small sm-padding-none text-xlarge text-semibold text-color-heading"
@@ -324,7 +322,6 @@ import("./utils.js").then((utils) => {
         class="d-block rowClear"
         data-src="\${value}"
         data-holder
-        naked
         fields="segment11(position, organisation, link), segment12(address, postal_code), segment13(city, department), segment14(mobile_phone, mobile_phone_public), segment15(phone, phone_public), segment16(email, email_public), sep"
         value-profile="\${value}"
         class-segment11="segment full sm-full rowClear"
@@ -381,7 +378,6 @@ import("./utils.js").then((utils) => {
       class="d-block rowClear"
       data-src="\${value}"
       data-holder
-      naked
       fields="segment11(name), segment12(address), segment13(postal_code, city), phones, emails"
       value-profile="\${value}"
       class-segment11="segment full sm-full rowClear"
-- 
GitLab