Skip to content

Commit

Permalink
[CRIMAPP-1550] Remove unrequired aria role attribute (#1308)
Browse files Browse the repository at this point in the history
Remove unrequired aria role attribute
  • Loading branch information
hiboabd authored Jan 14, 2025
1 parent 0fa664d commit f37d085
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/steps/provider_step/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
text: current_provider.display_name,
href: nil,
active: false,
html_attributes: { aria: { role: 'paragraph' } },
classes: 'app-header__auth-user'
)

Expand Down

0 comments on commit f37d085

Please sign in to comment.