diff --git a/chatty-fe/src/app/(game)/result/[id]/_components/ResultPageModal/ResultPageModal.stories.ts b/chatty-fe/src/app/(game)/result/[id]/_components/ResultPageModal/ResultPageModal.stories.ts index 75f95bf3c8..a314aff806 100644 --- a/chatty-fe/src/app/(game)/result/[id]/_components/ResultPageModal/ResultPageModal.stories.ts +++ b/chatty-fe/src/app/(game)/result/[id]/_components/ResultPageModal/ResultPageModal.stories.ts @@ -23,7 +23,6 @@ export const Default: Story = { nickname: 'test', playerAnswer: 'test', marking: true, - correction: true, profileImage: null }, { @@ -31,7 +30,6 @@ export const Default: Story = { nickname: 'test', playerAnswer: 'test', marking: false, - correction: false, profileImage: null }, ],