Skip to content

Commit

Permalink
indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
charlienparker committed Jan 8, 2025
1 parent 20075b5 commit c13916e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/insured/families/verification_detail.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<%# Main Content (right) %>
<% type_name = @verification.type_name %>
<%= render partial: 'verification_header', locals: {
title: l10n('insured.families.verifications.detail.type_header', verification_type: display_verification_type_name(type_name)),
summary_rows: [:member, :member_status, :document_status, :status_reasoning, :due_date]
title: l10n('insured.families.verifications.detail.type_header', verification_type: display_verification_type_name(type_name)),
summary_rows: [:member, :member_status, :document_status, :status_reasoning, :due_date]
} %>

<section class="my-4">
Expand Down

0 comments on commit c13916e

Please sign in to comment.