Skip to content

Commit 9bab7c1

Browse files
tyrel-oxdray-oxd
authored andcommitted
DBC22-1948: edit
1 parent 668238f commit 9bab7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/Components/map/LocationSearch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default function LocationSearch(props) {
5454
onChange={setSelectedLocation}
5555
onSearch={loadLocationOptions}
5656
onBlur={() => {
57-
if (location && location.length) {
57+
if (location && location.length > 0) {
5858
trackEvent(
5959
'blur',
6060
'route search',

0 commit comments

Comments
 (0)