Skip to content

Commit

Permalink
fix: (CXSPA-1096) - Remove aria-hidden from store finder list item (#…
Browse files Browse the repository at this point in the history
…19045)

Co-authored-by: Miguel Estrada <[email protected]>
  • Loading branch information
Pio-Bar and developpeurweb authored Jul 16, 2024
1 parent 5ecc9b1 commit 58d55b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
>
{{ location.displayName || location.name }}
</a>
<div class="cx-store-address" *ngIf="location.address" aria-hidden="true">
<div class="cx-store-address" *ngIf="location.address">
<div class="cx-store-address-street">
{{ location.address.line1 }} {{ location.address.line2 }}
</div>
Expand Down

0 comments on commit 58d55b3

Please sign in to comment.