From 083a97e74f7db914f53a55a2a3c0b4ef0a00ff2a Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Tue, 17 Mar 2026 19:10:04 +0100 Subject: [PATCH] feat: add tipo_locatore to PostUnlock display and getProprietarioDataHandler for enhanced locatore information --- apps/infoalloggi/src/components/servizio/modale_contatti.tsx | 1 + apps/infoalloggi/src/server/controllers/annunci.controller.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/infoalloggi/src/components/servizio/modale_contatti.tsx b/apps/infoalloggi/src/components/servizio/modale_contatti.tsx index 47c1cb2..c615971 100644 --- a/apps/infoalloggi/src/components/servizio/modale_contatti.tsx +++ b/apps/infoalloggi/src/components/servizio/modale_contatti.tsx @@ -316,6 +316,7 @@ const PostUnlock = () => {

{t.contatto.propietario}:

{t.contatto.nome}: {propData.locatore} + {propData.tipo_locatore ? ` (${propData.tipo_locatore})` : ""}