Skip to content

Commit

Permalink
fixed dropdown name sharing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
EDWIN1669086 committed Feb 21, 2024
1 parent a84d205 commit 3325d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/mario-comps/MarioFormula.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function MarioFormula(): JSX.Element {
index={1} //index for what KhanCard you are referring to
answer={answerKey.question2} //the answer from answerkey
update_answer={setIsCorrect}
name="mario-drop5"
name="mario-drop6"
/>
)
</div>
Expand Down

0 comments on commit 3325d66

Please sign in to comment.