Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
richardkoszegi committed Nov 21, 2024
1 parent a2ff9e1 commit 7f267f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/components/SearchBar/LocationInputField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ export function LocationInputField({ id, label, tripQueryVariables, setTripQuery
size="sm"
placeholder="[Click in map]"
className="input-medium"
// Intentionally empty for now, but needed because of
// https://react.dev/reference/react-dom/components/input#controlling-an-input-with-a-state-variable
onChange={(e) => {
setValue(e.target.value);
}}
Expand Down

0 comments on commit 7f267f7

Please sign in to comment.