From f4ef6412b692254e50025dfc782d8f682a33bd3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Tue, 2 May 2023 15:37:28 +0200 Subject: [PATCH] Remove unused HTML class in link to remove marker It isn't used since commit c34aa5412. --- app/components/shared/map_location_component.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/shared/map_location_component.rb b/app/components/shared/map_location_component.rb index 334375d08..e21a7b371 100644 --- a/app/components/shared/map_location_component.rb +++ b/app/components/shared/map_location_component.rb @@ -41,7 +41,7 @@ class Shared::MapLocationComponent < ApplicationComponent tag.div class: "margin-bottom" do link_to remove_marker_label, "#", id: remove_marker_link_id, - class: "js-location-map-remove-marker location-map-remove-marker" + class: "location-map-remove-marker" end end