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