From fcff0d663fbc626f5ee83acb037b6117fc7c99c0 Mon Sep 17 00:00:00 2001 From: Tay Yang Shun Date: Mon, 31 Oct 2022 20:09:49 +0800 Subject: [PATCH] [portal][misc] fix incorrect TODO --- apps/portal/src/pages/questions/browse.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,