fix: fixing the eslint stuff

This commit is contained in:
2025-04-21 17:38:14 +02:00
parent 8b863ee4b1
commit a0eeb6715e
7 changed files with 187 additions and 32 deletions

View File

@@ -125,7 +125,7 @@ const contactSingle = (email: string) => {
});
};
/*
const copyToClipboard = (email: string) => {
navigator.clipboard.writeText(email).then(() => {
alert(`Adresse copiée : ${email}`);
@@ -133,6 +133,7 @@ const copyToClipboard = (email: string) => {
console.error("Erreur lors de la copie :", err);
});
};
*/
onMounted(() => fetchEntrepreneurs(props.projectId, IS_MOCK_MODE));
</script>