Skip to content

Commit

Permalink
Makes appearance of location selection more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
eireland committed Jan 29, 2024
1 parent c431602 commit 4586038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/location-picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export const LocationPicker = () => {
onChange={handleLocationInputChange} onKeyDown={handleInputKeyDown} onBlur={handleLocationInputBlur}/>
}
</div>
{ isEditing &&
{(isEditing && locationInputEl.current?.value !=="") &&
<ul
ref={locationSelectionListElRef}
className={classnames("location-selection-list", {"show": showSelectionList, "short" : showMapButton})}
Expand Down

0 comments on commit 4586038

Please sign in to comment.