Skip to content

Commit d854eeb

Browse files
author
Jeongbowoon
committed
#47 fix: daysection build 에러 수정
1 parent 95b9563 commit d854eeb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/story/page/archiving/DaySection.stories.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const meta = {
99
},
1010
args: {
1111
day: 1,
12-
onDayClick: () => {},
12+
isClicked: false,
1313
},
1414
argTypes: {
1515
day: {
@@ -24,7 +24,4 @@ export default meta;
2424
type Story = StoryObj<typeof meta>;
2525

2626
export const Default: Story = {
27-
args: {
28-
onDayClick: () => {},
29-
},
3027
};

0 commit comments

Comments
 (0)