File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/components/ItaliaTheme/Blocks/Listing Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5353
5454### Fix
5555
56- - Ora i titoli molto lunghi e senza spazi nelle card vengono spezzati automaticamente con un trattino (“-”) per evitare problemi di layout.
56+ - Ora i titoli molto lunghi e senza spazi nelle card vengono spezzati automaticamente con un trattino ("-") per evitare problemi di layout.
57+ - Le card del blocco elenco di tipo "Bandi" mostrano ora la tipologia bando correttamente.
5758
5859## Versione 12.7.3 (26/11/2025)
5960
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ const BandiInEvidenceTemplate = ({
132132 { intl . formatMessage ( messages . tipologia ) } :
133133 </ div >
134134 < span className = "bando-dati-date" >
135- { item . tipologia_bando . title }
135+ { item . tipologia_bando_label }
136136 </ span >
137137 </ span >
138138 ) }
You can’t perform that action at this time.
0 commit comments