diff options
Diffstat (limited to 'src/components/Widgets/RelatedThematics')
| -rw-r--r-- | src/components/Widgets/RelatedThematics/RelatedThematics.tsx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/Widgets/RelatedThematics/RelatedThematics.tsx b/src/components/Widgets/RelatedThematics/RelatedThematics.tsx index c6be3ca..e89d887 100644 --- a/src/components/Widgets/RelatedThematics/RelatedThematics.tsx +++ b/src/components/Widgets/RelatedThematics/RelatedThematics.tsx @@ -31,6 +31,12 @@ const RelatedThematics = ({ thematics }: { thematics: ThematicPreview[] }) => { )} withBorders={true} > + <noscript> + {intl.formatMessage({ + defaultMessage: 'Javascript is required to load the thematics.', + description: 'RelatedThematics: noscript tag', + })} + </noscript> <List items={thematicsList} /> </ExpandableWidget> ); |
