mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-14 18:05:55 +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