Skip to content

Commit

Permalink
response2 was duplicated
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Mar 6, 2024
1 parent 89d39f9 commit a940b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/story/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Story = () => {
name: data.name,
image,
pronouns: data.pronouns.map(({ pronoun }) => pronoun),
response1: data.response2,
response1: data.response1,
response2: data.response2,
}

Expand Down

0 comments on commit a940b86

Please sign in to comment.