diff --git a/packages/web-components/src/components/card/__stories__/card.stories.react.tsx b/packages/web-components/src/components/card/__stories__/card.stories.react.tsx index 81a765e81d4..cef79139286 100644 --- a/packages/web-components/src/components/card/__stories__/card.stories.react.tsx +++ b/packages/web-components/src/components/card/__stories__/card.stories.react.tsx @@ -107,14 +107,11 @@ Pictogram.story = { knobs: { PictogramCard: ({ groupId }) => { const pictogramPlacement = select('Pictogram position:', pictogramPlacements, pictogramPlacements.top, groupId); - const copy = - pictogramPlacement === pictogramPlacements.bottom - ? textNullable( - 'Body copy:', - 'Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat', - groupId - ) - : null; + const copy = textNullable( + 'Body copy:', + 'Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat', + groupId + ); return { pictogramPlacement, heading: textNullable('Heading:', 'Aerospace and defence', groupId),