Skip to content

Commit

Permalink
fix: props error
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Angeles committed Jan 16, 2024
1 parent b215702 commit 6c522b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Input/InputLocation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export interface InputLocationPrimaryProps extends InputPrimaryProps {
searchOptions?: {
types: string []
},
suggestionViewStyle: React.CSSProperties,
suggestionViewStyle?: React.CSSProperties,
onLocationChange?: (result: {
address: string,
geocoder: google.maps.GeocoderResult,
Expand All @@ -158,7 +158,7 @@ export interface InputLocationSecondaryProps extends InputSecondaryProps {
searchOptions?: {
types: string []
},
suggestionViewStyle: React.CSSProperties,
suggestionViewStyle?: React.CSSProperties,
onLocationChange?: (result: {
address: string,
geocoder: google.maps.GeocoderResult,
Expand Down

0 comments on commit 6c522b4

Please sign in to comment.