Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
syed87 committed Feb 9, 2024
1 parent b36543d commit cec7243
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions app/view_objects/teacher_interface/application_form_view_object.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,18 @@ def declined_reasons
],
}
elsif professional_standing_request&.expired?
{
"" => [
{
name:
I18n.t(
"teacher_interface.application_forms.show.declined.failure_reasons.professional_standing_request_expired",
certificate_name: region_certificate_name(region),
teaching_authority_name: region_teaching_authority_name(region),
),
},
],
}
{
"" => [
{
name:
I18n.t(
"teacher_interface.application_forms.show.declined.failure_reasons.professional_standing_request_expired",
certificate_name: region_certificate_name(region),
teaching_authority_name: region_teaching_authority_name(region),
),
},
],
}
else
reasons = {}

Expand Down

0 comments on commit cec7243

Please sign in to comment.