diff --git a/apps/portal/src/pages/questions/browse.tsx b/apps/portal/src/pages/questions/browse.tsx index c76b6213..40a9c00c 100644 --- a/apps/portal/src/pages/questions/browse.tsx +++ b/apps/portal/src/pages/questions/browse.tsx @@ -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,