Skip to content

Commit

Permalink
Merge pull request #111 from dxw/fix-map-double-connect
Browse files Browse the repository at this point in the history
Fix map double connect
  • Loading branch information
jdudley1123 authored Nov 15, 2024
2 parents c0f1be0 + c55ad89 commit b7b10ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/forecasts/_map.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div data-controller="map">
<div>
<%= render partial: "pollutant_selector" %>
<div id="map" class="map w-full h-80" data-maptiler-api-key="<%= @maptiler_api_key %>" data-map-target="map"></div>
<div class="w-full h-10">
Expand Down

0 comments on commit b7b10ee

Please sign in to comment.