Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferri0 committed Jan 16, 2025
1 parent 7414ae6 commit caf8a4e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
// Dropin Tools
import { events } from '@dropins/tools/event-bus.js';
import { initializers } from '@dropins/tools/initializer.js';
import { Input } from '@dropins/tools/components.js';

// Dropin Components
import {
Input,
Button,
Header,
ProgressSpinner,
Expand Down Expand Up @@ -586,6 +586,7 @@ export default async function decorate(block) {
ctx.onChange((nextState) => handleStateChange(nextState, markupElements));

const initAutocomplete = (inputElement) => {
// eslint-disable-next-line no-undef
const autocompleteEl = new google.maps.places.Autocomplete(inputElement, {
types: ['address'],
fields: ['address_components'],
Expand Down

0 comments on commit caf8a4e

Please sign in to comment.