We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 244a4d2 + c723bf0 commit 8d7db37Copy full SHA for 8d7db37
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.slug}</option>
+ <option key={index} value={challenge.id} className="text-white">{challenge.challenge.title}</option>
74
))
75
}
76
</select>
0 commit comments