diff --git a/src/pages/Repertoire.js b/src/pages/Repertoire.js
index 41fd4b2..fe06f47 100644
--- a/src/pages/Repertoire.js
+++ b/src/pages/Repertoire.js
@@ -21,7 +21,6 @@ function Repertoire() {
const [contactSelectionne, setContactSelectionne] = useState("");
const [modifContact, setModifContact] = useState(false);
const [showConfirmation, setShowConfirmation] = useState(false);
- console.log("showConfirmation", showConfirmation);
const [contacts, setContacts] = useState([]);
const [SearchTerm, setSearchTerm] = useState("");
const [SearchResults, setSearchResults] = useState([]);
@@ -43,14 +42,6 @@ function Repertoire() {
});
}, []);
-
-
- function onClickDetail() {
- return
-
-
Mail: {contactSelectionne.mail}
+Numéro de téléphone: {contactSelectionne.phone}
+Entreprise: {contactSelectionne.name}
+ {!showConfirmation ? +Êtes-vous sûr de vouloir supprimer ce contact ?
+ +