Ryan Buck
Results
1
comments of
Ryan Buck
I never even thought about that... ```javascript {(field.options || []).map(([key, label]) => ( // changed the value to the label {key} // changed from label to key ))} ```