Skip to content

Commit 6480aba

Browse files
committed
fix: lint
1 parent f473d90 commit 6480aba

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/apps/wallet-admin/src/lib/components/payment-method-table/PaymentMethodTable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const PaymentProviderTable: React.FC<PaymentMethodTableProps> = (props: PaymentM
2929
<th className='body-ultra-small-bold'>CONNECTED PROVIDER</th>
3030
<th className='body-ultra-small-bold'>PROVIDER ID</th>
3131
<th className='body-ultra-small-bold'>STATUS</th>
32+
{/* eslint-disable-next-line jsx-a11y/control-has-associated-label */}
3233
<th className='body-ultra-small'> </th>
3334
</tr>
3435
</thead>

src/apps/wallet-admin/src/lib/components/tax-forms-table/TaxFormTable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const TaxFormTable: React.FC<TaxFormTableProps> = (props: TaxFormTableProps) =>
3030
<th className='body-ultra-small-bold'>FORM</th>
3131
<th className='body-ultra-small-bold'>DATE FILED</th>
3232
<th className='body-ultra-small-bold'>STATUS</th>
33+
{/* eslint-disable-next-line jsx-a11y/control-has-associated-label */}
3334
<th className='body-ultra-small'> </th>
3435
</tr>
3536
</thead>

0 commit comments

Comments
 (0)