From c9cae127b0c972613e3c77fdcab18ea5ffa9a753 Mon Sep 17 00:00:00 2001 From: steven-yn Date: Wed, 29 Nov 2023 02:39:39 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=8A=A4=ED=86=A0=EB=A6=AC=EB=B6=81=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stories/Common/Spacer.stories.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/stories/Common/Spacer.stories.tsx b/src/stories/Common/Spacer.stories.tsx index 803913b..91997c6 100644 --- a/src/stories/Common/Spacer.stories.tsx +++ b/src/stories/Common/Spacer.stories.tsx @@ -21,7 +21,6 @@ export const Vertical30: Story = { spacing: 'spacer-30', backgroundColor: 'sungyeon-02', direction: 'vertical', - as: 'span', }, decorators: [ (Story) => ( @@ -50,7 +49,6 @@ export const Vertical50: Story = { spacing: 'spacer-50', backgroundColor: 'sungyeon-02', direction: 'vertical', - as: 'span', }, decorators: [ (Story) => (