diff --git a/storybook/storybook-react/src/HeroImage/HeroImage.stories.tsx b/storybook/storybook-react/src/HeroImage/HeroImage.stories.tsx
index 0a8d246053..0c63007f8f 100644
--- a/storybook/storybook-react/src/HeroImage/HeroImage.stories.tsx
+++ b/storybook/storybook-react/src/HeroImage/HeroImage.stories.tsx
@@ -9,9 +9,6 @@ import { Meta, StoryObj } from '@storybook/react'
const meta = {
title: 'Media/Hero Image',
component: HeroImage,
- args: {
- children: ,
- },
} satisfies Meta
export default meta