Skip to content

Commit 308e76b

Browse files
author
Kubit
committed
Delete story comments
1 parent f96877f commit 308e76b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/components/message/stories/message.stories.tsx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,27 +65,13 @@ export const Message: Story = {
6565
target: LinkTargetType.BLANK,
6666
},
6767
],
68-
// actionButton: {
69-
// content: 'Action',
70-
// variant: Object.values(variantsObject[themeSelected].ButtonVariantType || {})[0] as string,
71-
// size: Object.values(variantsObject[themeSelected].ButtonSizeType || {})[2] as string,
72-
// },
7368
tag: {
7469
variant: Object.values(variantsObject[themeSelected].TagVariantType || {})[0] as string,
7570
option: Object.values(variantsObject[themeSelected].TagOptionType || {})[0] as string,
7671
status: Object.values(variantsObject[themeSelected].TagStatusType || {})[0] as string,
7772
content: 'Tag content',
7873
},
7974
dataTestId: 'dataTestId',
80-
// messageContainerProps: {
81-
// url: 'https://www.google.com',
82-
// target: LinkTargetType.BLANK,
83-
// },
84-
// titleAndContentContainerProps: {
85-
// url: 'https://www.google.com',
86-
// target: LinkTargetType.BLANK,
87-
// onClick: () => console.log('Card clicked'),
88-
// },
8975
themeArgs: themesObject[themeSelected][STYLES_NAME.MESSAGE],
9076
},
9177
};

0 commit comments

Comments
 (0)