diff --git a/dotcom-rendering/src/components/LeftColumn.tsx b/dotcom-rendering/src/components/LeftColumn.tsx index 3d8f60e6bd3..46d97c635f4 100644 --- a/dotcom-rendering/src/components/LeftColumn.tsx +++ b/dotcom-rendering/src/components/LeftColumn.tsx @@ -98,7 +98,7 @@ export const LeftColumn = ({ hasPageSkin = false, }: Props) => { return ( -
{children} -
+ ); };