Skip to content

Commit

Permalink
hide contact info fields to primary edit on faa (#4181)
Browse files Browse the repository at this point in the history
hide fields until bug fixed in prod
  • Loading branch information
TristanB17 authored Aug 2, 2024
1 parent 65a8a11 commit e911534
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<h4 class="gamma"><%= l10n("insured.consumer_roles.home_address") %></h4>
<%= render partial: 'shared/consumer_home_address_fields', locals: {f: f, bs4: true} %>
</section>
<section class="mb-4">
<section class="mb-4 hidden">
<h4 class="gamma mb-0"><%= l10n("insured.consumer_roles.phone_and_email") %></h4>
<%= render partial: 'shared/phone_fields', locals: {f: f, bs4: true} %>
<div id="email_info" class="">
Expand Down

0 comments on commit e911534

Please sign in to comment.