Skip to content

Commit

Permalink
fix: 빌드에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-yn committed Feb 11, 2024
1 parent 348c67f commit b054e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/storybook/ButtonBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ const ButtonBoard = () => {
</Text>
{buttonStates.map(({ size, status, text }) => (
<Button
as="button"
key={`${size}-${status}`}
size={size}
status={status}
Expand Down

0 comments on commit b054e83

Please sign in to comment.