diff --git a/components/Hyperlinks.js b/components/Hyperlinks.js index 6574d051..021d2b74 100644 --- a/components/Hyperlinks.js +++ b/components/Hyperlinks.js @@ -204,7 +204,7 @@ function Hyperlinks({ hyperlinks, pollingType, pollingId, rel }) { if (hyperlinks && hyperlinks.length === 0) return null; let className = `${classes.root}`; - if (hyperlinks.length > 1) { + if (hyperlinks && hyperlinks.length > 1) { className += ` ${classes.multilink}`; } return ( diff --git a/components/Infos/__snapshots__/Infos.stories.storyshot b/components/Infos/__snapshots__/Infos.stories.storyshot index 62e56050..c8c48504 100644 --- a/components/Infos/__snapshots__/Infos.stories.storyshot +++ b/components/Infos/__snapshots__/Infos.stories.storyshot @@ -93,10 +93,10 @@ exports[`Storyshots Infos With Reply Count Info 1`] = ` arrow={true} title={