Skip to content

Commit

Permalink
Merge pull request #380 from prgrms-web-devcourse-final-project/feature/
Browse files Browse the repository at this point in the history
#371

fix: Comment storybook 빌드 에러 해결
  • Loading branch information
JW-Ahn0 authored Dec 20, 2024
2 parents a74b880 + df5bc03 commit df6dddf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/organisms/Comment/stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const Default: Story = {
commentMemeberDto: {
profileIamge: DEFAULT_IMG_PATH,
nickname: "작성자",
userId: 1,
},
createdAt: "2024-11-29 09:40:27",
content:
Expand All @@ -40,6 +41,7 @@ export const Default: Story = {
commentMemeberDto: {
profileIamge: "https://github.com/ppyom.png",
nickname: "작성자는바로나",
userId: 2,
},
createdAt: "2024-11-29 15:40:27",
content:
Expand All @@ -53,6 +55,7 @@ export const Default: Story = {
commentMemeberDto: {
profileIamge: DEFAULT_IMG_PATH,
nickname: "작성자",
userId: 3,
},
createdAt: new Date().toString(),
content: "내용",
Expand All @@ -66,6 +69,7 @@ export const Default: Story = {
commentMemeberDto: {
profileIamge: DEFAULT_IMG_PATH,
nickname: "작성자",
userId: 4,
},
createdAt: new Date().toString(),
content: "내용",
Expand All @@ -81,6 +85,7 @@ export const Default: Story = {
commentMemeberDto: {
profileIamge: DEFAULT_IMG_PATH,
nickname: "작성자",
userId: 5,
},
createdAt: new Date().toString(),
content: "내용",
Expand Down

0 comments on commit df6dddf

Please sign in to comment.