diff --git a/src/views/Channel.jsx b/src/views/Channel.jsx
index 8f96b06..363c4f3 100644
--- a/src/views/Channel.jsx
+++ b/src/views/Channel.jsx
@@ -8,7 +8,7 @@ import { Icon } from 'design-comuni-plone-theme/components/ItaliaTheme';
import {
SideMenu,
PageHeader,
- RichTextArticle,
+ RichTextSection,
SkipToMainContent,
} from 'design-comuni-plone-theme/components/ItaliaTheme/View';
import {
@@ -258,13 +258,10 @@ const Channel = ({ content, location }) => {
className="col-lg-8 it-page-sections-container"
>
{content.is_subscribable && (
-
-
+
{subscribeLoaded && subscribeStatus !== 'error' && (
{intl.formatMessage(
@@ -334,21 +331,18 @@ const Channel = ({ content, location }) => {
>
)}
-
+
)}
-
-
-
+
{unsubscribeLoaded && unsubscribeStatus !== 'error' && (
{intl.formatMessage(
@@ -417,7 +411,7 @@ const Channel = ({ content, location }) => {
>
)}
-
+