Skip to content

Commit

Permalink
Removing children prop
Browse files Browse the repository at this point in the history
  • Loading branch information
hellofanny committed Jun 3, 2022
1 parent 0d78ad7 commit 181cbfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui/src/organisms/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export interface HeroProps extends HTMLAttributes<HTMLDivElement> {
* testing-library, and jest).
*/
testId?: string
children: React.ReactNode
}

const Hero = forwardRef<HTMLDivElement, HeroProps>(function Hero(
Expand Down

0 comments on commit 181cbfd

Please sign in to comment.