Don't pass unused parameter to map location fields partial

We don't use this parameter since commit c34aa5412.
This commit is contained in:
Javi Martín
2025-11-16 23:45:56 +01:00
parent d0b57868af
commit 0ec7c65b9b
2 changed files with 2 additions and 4 deletions

View File

@@ -50,8 +50,7 @@
form: f,
map_location: investment.map_location || MapLocation.new,
label: t("budgets.investments.form.map_location"),
help: t("budgets.investments.form.map_location_instructions"),
i18n_namespace: "budgets.investments" %>
help: t("budgets.investments.form.map_location_instructions") %>
</div>
<% end %>

View File

@@ -58,8 +58,7 @@
form: f,
map_location: proposal.map_location || MapLocation.new,
label: t("proposals.form.map_location"),
help: t("proposals.form.map_location_instructions"),
i18n_namespace: "proposals" %>
help: t("proposals.form.map_location_instructions") %>
</div>
<% end %>