diff --git a/packages/core-components/src/layout/InfoCard/InfoCard.stories.tsx b/packages/core-components/src/layout/InfoCard/InfoCard.stories.tsx index e2c11690d1..a6509caaaf 100644 --- a/packages/core-components/src/layout/InfoCard/InfoCard.stories.tsx +++ b/packages/core-components/src/layout/InfoCard/InfoCard.stories.tsx @@ -20,8 +20,6 @@ import React, { PropsWithChildren } from 'react'; import { MemoryRouter } from 'react-router'; import { InfoCard, Props } from './InfoCard'; -const linkInfo = { title: 'Go to XYZ Location', link: '#' }; - export default { title: 'Layout/Information Card', component: InfoCard,