Skip to content

Commit

Permalink
remove unnecessary return
Browse files Browse the repository at this point in the history
  • Loading branch information
armine-fliplet committed Dec 4, 2024
1 parent d9cbea2 commit fd8fb4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/components/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,6 @@ Fliplet.FormBuilder.field('map', {
this.lastChosenAutocompleteValue = val.address;
this.addressSuggestions = [];
this.isSelectOnMapClicked = true;

return;
}, 1000);
}

Expand Down

0 comments on commit fd8fb4e

Please sign in to comment.