File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/apps/wallet-admin/src/lib/components Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ const PaymentProviderTable: React.FC<PaymentMethodTableProps> = (props: PaymentM
29
29
< th className = 'body-ultra-small-bold' > CONNECTED PROVIDER</ th >
30
30
< th className = 'body-ultra-small-bold' > PROVIDER ID</ th >
31
31
< th className = 'body-ultra-small-bold' > STATUS</ th >
32
+ { /* eslint-disable-next-line jsx-a11y/control-has-associated-label */ }
32
33
< th className = 'body-ultra-small' > </ th >
33
34
</ tr >
34
35
</ thead >
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ const TaxFormTable: React.FC<TaxFormTableProps> = (props: TaxFormTableProps) =>
30
30
< th className = 'body-ultra-small-bold' > FORM</ th >
31
31
< th className = 'body-ultra-small-bold' > DATE FILED</ th >
32
32
< th className = 'body-ultra-small-bold' > STATUS</ th >
33
+ { /* eslint-disable-next-line jsx-a11y/control-has-associated-label */ }
33
34
< th className = 'body-ultra-small' > </ th >
34
35
</ tr >
35
36
</ thead >
You can’t perform that action at this time.
0 commit comments