Skip to content

Commit

Permalink
fix unused directives
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTxbi committed Jan 20, 2025
1 parent b04d0d4 commit cb888bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unlock-app/src/components/content/event/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ export const GoogleMapsAutoComplete = ({
return (
<Input
defaultValue={defaultValue}
// @ts-expect-error Type 'RefObject<null>' is not assignable to type 'Ref<HTMLInputElement> | undefined'.
ref={ref}
type="text"
placeholder="123 1st street, 11217 Springfield, US"
Expand Down

0 comments on commit cb888bd

Please sign in to comment.