Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed May 22, 2023
1 parent 28db63f commit c06e0cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/map/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ Thanks for using BTC Map!`);
// add communities to map
communities.forEach((community) => {
// eslint-disable-next-line no-undef
const popupContainer = L.DomUtil.create('div');
popupContainer.innerHTML = `
Expand Down

0 comments on commit c06e0cd

Please sign in to comment.