From 5584bf4a9e0920a5a0db0ee13546942a4d8a19f2 Mon Sep 17 00:00:00 2001 From: Lauren Schaller Date: Fri, 6 May 2022 09:13:31 -0400 Subject: [PATCH] unneeded const Signed-off-by: Lauren Schaller --- .../core-components/src/layout/InfoCard/InfoCard.stories.tsx | 2 -- 1 file changed, 2 deletions(-) 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,