[portal][misc] fix incorrect TODO

This commit is contained in:
Tay Yang Shun
2022-10-31 20:09:49 +08:00
parent 397ea3f4aa
commit fcff0d663f

View File

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