We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b106ade + a88b0b9 commit 006410aCopy full SHA for 006410a
src/components/editor/Menu.jsx
@@ -70,7 +70,7 @@ className=" pb-10 pt-4 px-4 shadow sm:px-10 bg-neutral-800" onClick
70
<select className='bg-neutral-900 text-white border-none text-sm py-1 w-full'>
71
{
72
solvedChallenges.map((challenge, index) => (
73
- <option key={index} value={challenge.id} className="text-white">{challenge.challenge.title}</option>
+ <option key={index} value={challenge.challenge.id} className="text-white">{challenge.challenge.title}</option>
74
))
75
}
76
</select>
0 commit comments