Remove unused HTML class in link to remove marker

It isn't used since commit c34aa5412.
This commit is contained in:
Javi Martín
2023-05-02 15:37:28 +02:00
parent b0680628ba
commit f4ef6412b6

View File

@@ -41,7 +41,7 @@ class Shared::MapLocationComponent < ApplicationComponent
tag.div class: "margin-bottom" do tag.div class: "margin-bottom" do
link_to remove_marker_label, "#", link_to remove_marker_label, "#",
id: remove_marker_link_id, id: remove_marker_link_id,
class: "js-location-map-remove-marker location-map-remove-marker" class: "location-map-remove-marker"
end end
end end