Skip to content

Commit

Permalink
fix: vercel deploy error
Browse files Browse the repository at this point in the history
  • Loading branch information
uiop5809 committed Aug 12, 2024
1 parent 8d45492 commit c102b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/auth/UserProfile.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ const Template: StoryFn<UserProfileProps> = (args: UserProfileProps) => (

export const Primary = Template.bind({})
Primary.args = {
userProfile: {
profile: {
id: 1,
nickName: '유보라',
mbti: 'ESFP',
badge: '엠비티라노',
profileImageurl: '/images/common/default.svg',
profileImgUrl: '/images/common/default.svg',
introduction: '진짜 어른이 되고 싶은 어른이에요',
},
}

0 comments on commit c102b99

Please sign in to comment.