diff --git a/dotcom-rendering/src/components/MiniProfiles.tsx b/dotcom-rendering/src/components/MiniProfiles.tsx index 5913ed513b..b0778ac8f5 100644 --- a/dotcom-rendering/src/components/MiniProfiles.tsx +++ b/dotcom-rendering/src/components/MiniProfiles.tsx @@ -51,6 +51,8 @@ export const MiniProfiles = ({ isLastElement, sectioned, }: MiniProfilesProps) => { + const displaySeparator = !isLastElement && !sectioned; + return (