Skip to content

Commit

Permalink
Add unique identifier to va-accordion-item id for healh services (#1713)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Kim
  • Loading branch information
chriskim2311 authored Sep 20, 2023
1 parent 34965c6 commit fee41ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/facilities/health_service.drupal.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class="va-accordion-item"
data-label="{{ serviceTaxonomy.name }}"
data-template="facilities/health_service"
id="{{serviceTaxonomy.name | hashReference: 60 }}"
id="item-{{ serviceTaxonomy.name | hashReference: 60 }}"
>
<h3 slot="headline">
{{ serviceTaxonomy.name }}
Expand Down

0 comments on commit fee41ba

Please sign in to comment.