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
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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments