Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Oct 29, 2021
1 parent 20a6050 commit ae573d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AddressSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const AddressSearch = (props) => {

// We use the View height to determine if we should hide the border and margin of the listView dropdown
// to prevent a lingering border when there are no address suggestions.
// The height of the input + error message is 94 pixels
// The height of the input + wrapped error message is 112 pixels
<View
onLayout={(event) => {
const {height} = event.nativeEvent.layout;
Expand Down

0 comments on commit ae573d5

Please sign in to comment.