Skip to content

Commit

Permalink
Merge pull request #209 from read-a-perfume/feature/opt
Browse files Browse the repository at this point in the history
fix: 스토리북 배포 에러 수정
  • Loading branch information
gn753 authored Mar 12, 2024
2 parents 4ab156f + 77a2383 commit 4ff817d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/stories/components/review-card.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type Story = StoryObj<typeof ReviewCard>

export const Default: Story = {
args: {
user: {
author: {
username: '어드민',
id: 0,
thumbnail: '',
Expand All @@ -25,7 +25,7 @@ export const Default: Story = {

export const One: Story = {
args: {
user: {
author: {
username: '어드민',
id: 0,
thumbnail: '',
Expand All @@ -39,7 +39,7 @@ export const One: Story = {

export const Two: Story = {
args: {
user: {
author: {
username: '어드민',
id: 0,
thumbnail: '',
Expand All @@ -56,7 +56,7 @@ export const Two: Story = {

export const Three: Story = {
args: {
user: {
author: {
username: '어드민',
id: 0,
thumbnail: '',
Expand Down

0 comments on commit 4ff817d

Please sign in to comment.