From 88eb3731f41e7295eeaa43d45c2118b8d5ec1cdf Mon Sep 17 00:00:00 2001 From: emyarod Date: Wed, 12 May 2021 11:54:22 -0500 Subject: [PATCH] docs(Tag): remove test story --- packages/react/src/components/Tag/Tag-story.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/packages/react/src/components/Tag/Tag-story.js b/packages/react/src/components/Tag/Tag-story.js index 4051f062a3a7..5bc32942c2c5 100644 --- a/packages/react/src/components/Tag/Tag-story.js +++ b/packages/react/src/components/Tag/Tag-story.js @@ -102,19 +102,6 @@ _Default.parameters = { }, }; -export const VerticalAlignment = () => ( - <> - Tag 1 - - Tag 2 - - - Tag 3 - - Tag 3 - -); - export const Filter = () => ( {text('Content (children)', 'This is a tag')}