Remove unused HTML class in link to remove marker
It isn't used since commit c34aa5412.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user