From c575c0dc8f4b3551701a332293518daaf23620ed Mon Sep 17 00:00:00 2001 From: Mauro Amico Date: Tue, 19 Sep 2023 09:30:47 +0200 Subject: [PATCH] * fix: i link in modulistica devono far vedere la remoteUrl e non il link --- RELEASE.md | 1 + .../ItaliaTheme/View/CartellaModulisticaView/DocRow.jsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 492a759a8..1c9bd88b6 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -29,3 +29,4 @@ ### Fix - ... --> + diff --git a/src/components/ItaliaTheme/View/CartellaModulisticaView/DocRow.jsx b/src/components/ItaliaTheme/View/CartellaModulisticaView/DocRow.jsx index 1bda02752..9c8f6d028 100644 --- a/src/components/ItaliaTheme/View/CartellaModulisticaView/DocRow.jsx +++ b/src/components/ItaliaTheme/View/CartellaModulisticaView/DocRow.jsx @@ -34,7 +34,7 @@ const Downloads = ({ item, titleDoc }) => { ) : ( @@ -59,7 +59,7 @@ const DocRow = ({ doc }) => { })} >
- + {doc.title} {doc?.description && (