diff --git a/packages/main/src/webComponents/Tag/Tag.stories.tsx b/packages/main/src/webComponents/Tag/Tag.stories.tsx index 12827961d3d..cf4d2f0ecc2 100644 --- a/packages/main/src/webComponents/Tag/Tag.stories.tsx +++ b/packages/main/src/webComponents/Tag/Tag.stories.tsx @@ -50,12 +50,6 @@ export const AllColors: Story = { colorScheme: "{index + 1}" ))} - Set2: - {new Array(10).fill('').map((_, index) => ( - - colorScheme: "{index + 1}" - - ))} ); }