[portal][misc] fix incorrect TODO

pull/487/head
Tay Yang Shun 2 years ago
parent 397ea3f4aa
commit fcff0d663f

@ -446,7 +446,7 @@ export default function QuestionsBrowsePage() {
isLabelHidden={true}
placeholder="Search locations"
onSelect={(option) => {
// @ts-ignore TODO(offers): fix potentially empty value.
// @ts-ignore TODO(questions): handle potentially null value.
onOptionChange({
...option,
checked: true,

Loading…
Cancel
Save