Minor fix
This commit is contained in:
parent
a9046c8dfb
commit
15d88d02a7
|
@ -22,7 +22,7 @@ const PurposeSelect = props => {
|
|||
PURPOSES.find(p => p.value === props.content) : null;
|
||||
|
||||
return (
|
||||
<div class="r6o-purposedropdown">
|
||||
<div className="r6o-purposedropdown">
|
||||
<Select
|
||||
value={selectedOption}
|
||||
onChange={props.onChange}
|
||||
|
|
Loading…
Reference in New Issue