diff --git a/src/app/modules/public/strutture-pubbliche/strutture-pubbliche.component.ts b/src/app/modules/public/strutture-pubbliche/strutture-pubbliche.component.ts index 9e69cec..7216e72 100644 --- a/src/app/modules/public/strutture-pubbliche/strutture-pubbliche.component.ts +++ b/src/app/modules/public/strutture-pubbliche/strutture-pubbliche.component.ts @@ -398,7 +398,6 @@ export class StrutturePubblicheComponent { comune: _form.citta?.comune, }; this.calcolaIndirizzoDa = _form.indirizzo; - console.log('params', params); const strutture$ = this.strutturePubblicheService.getStrutture(params).pipe( catchError((err) => { @@ -589,7 +588,7 @@ export class StrutturePubblicheComponent { ? ', ' + struttura.struttura.numeroCivico : '' }`; - address += `${struttura.struttura.cap} ${struttura.struttura.codiceLuogo.comune}(${struttura.struttura.codiceLuogo.siglaProvincia})`; + address += ` ${struttura.struttura.cap} ${struttura.struttura.codiceLuogo.comune}(${struttura.struttura.codiceLuogo.siglaProvincia})`; // address += `${struttura.struttura.codiceLuogo.provincia ? '(' + struttura.struttura.codiceLuogo.siglaProvincia + ')' : ''}`; const destination = encodeURIComponent(