mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-03-22 05:00:17 +08:00
[portal][misc] fix incorrect TODO
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user