diff options
Diffstat (limited to 'src/components/Widgets/ThematicsList')
| -rw-r--r-- | src/components/Widgets/ThematicsList/ThematicsList.tsx | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/src/components/Widgets/ThematicsList/ThematicsList.tsx b/src/components/Widgets/ThematicsList/ThematicsList.tsx index e59050d..f175e80 100644 --- a/src/components/Widgets/ThematicsList/ThematicsList.tsx +++ b/src/components/Widgets/ThematicsList/ThematicsList.tsx @@ -62,6 +62,12 @@ const ThematicsList = ({        withBorders={true}        expand={true}      > +      <noscript> +        {intl.formatMessage({ +          defaultMessage: 'Javascript is required to load the thematics.', +          description: 'ThematicsList: noscript tag', +        })} +      </noscript>        {getList()}      </ExpandableWidget>    ); | 
