Skip to content

Commit

Permalink
Update ResultPageModal.stories.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbae94 authored May 14, 2024
1 parent a83579a commit fc9c98d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,13 @@ export const Default: Story = {
nickname: 'test',
playerAnswer: 'test',
marking: true,
correction: true,
profileImage: null
},
{
playerId: 2,
nickname: 'test',
playerAnswer: 'test',
marking: false,
correction: false,
profileImage: null
},
],
Expand Down

0 comments on commit fc9c98d

Please sign in to comment.