diff --git a/packages/pl-fe/src/features/ui/components/background-shapes.tsx b/packages/pl-fe/src/features/ui/components/background-shapes.tsx index 245216631..729d2dcfc 100644 --- a/packages/pl-fe/src/features/ui/components/background-shapes.tsx +++ b/packages/pl-fe/src/features/ui/components/background-shapes.tsx @@ -9,10 +9,9 @@ interface IBackgroundShapes { } /** Gradient that appears in the background of the UI. */ -const BackgroundShapes: React.FC = ({ position = 'fixed', hidden }) => ( +const BackgroundShapes: React.FC = ({ position = 'fixed', hidden }) => hidden ? null : (