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;
|
PURPOSES.find(p => p.value === props.content) : null;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div class="r6o-purposedropdown">
|
<div className="r6o-purposedropdown">
|
||||||
<Select
|
<Select
|
||||||
value={selectedOption}
|
value={selectedOption}
|
||||||
onChange={props.onChange}
|
onChange={props.onChange}
|
||||||
|
|
Loading…
Reference in New Issue