Remove tabindex.

This commit is contained in:
Bryan Mauger 2023-11-21 11:14:07 -05:00
parent 9e9254b85d
commit 7d4703666e

View file

@ -5,7 +5,7 @@
class="row vin-toggle flex align-items-center pt-4"
:class="[isExpanded ? 'expanded' : '']"
@click="toggleIsExpanded()">
<a href="#!" tabindex="0" class="col d-flex justify-content-between py-0">
<a href="#!" class="col d-flex justify-content-between py-0">
<span class="label">{{ amountDueText }}</span>
<span class="label amount-due">{{ getFormattedAmount("", amountDue) }}</span>
</a>