diff --git a/packages/ui/src/organisms/Hero/Hero.tsx b/packages/ui/src/organisms/Hero/Hero.tsx index 5559f0451d..2eb14ce722 100644 --- a/packages/ui/src/organisms/Hero/Hero.tsx +++ b/packages/ui/src/organisms/Hero/Hero.tsx @@ -7,7 +7,6 @@ export interface HeroProps extends HTMLAttributes { * testing-library, and jest). */ testId?: string - children: React.ReactNode } const Hero = forwardRef(function Hero(