From 3b5b9ae270222c311a75feb96cde4a7b5c2343ed Mon Sep 17 00:00:00 2001 From: Wagner Trezub <60133113+Wagner3UB@users.noreply.github.com> Date: Wed, 6 Nov 2024 08:29:52 +0100 Subject: [PATCH] fix: removed class block from block Alert View (#804) --- src/components/ItaliaTheme/Blocks/Alert/View.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ItaliaTheme/Blocks/Alert/View.jsx b/src/components/ItaliaTheme/Blocks/Alert/View.jsx index ec7692cd3..f79aa9b64 100644 --- a/src/components/ItaliaTheme/Blocks/Alert/View.jsx +++ b/src/components/ItaliaTheme/Blocks/Alert/View.jsx @@ -9,7 +9,7 @@ import { checkRedraftHasContent } from 'design-comuni-plone-theme/helpers'; const View = ({ data }) => { return checkRedraftHasContent(data.text) ? ( -
+