fix lint errors

This commit is contained in:
Bartek
2026-08-24 14:27:36 +02:00
parent b6875f3431
commit 9f56165217
4 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ If `provider` doesn't match a known slug, `Payment` renders nothing rather than
Both the named provider components (`PaymentVisa`, `PaymentMastercard`, ...) and the dynamic `Payment` component accept the same set of props. Quick reference:
| name | type | default | required |
| --------- | -------------------- | ------- | -------- |
| ---------- | ------------------- | ------- | -------------- |
| `variant` | `'light' \| 'dark'` | `light` | no |
| `size` | `string \| number` | `24` | no |
| `title` | `string` | — | no |
+1 -1
View File
@@ -51,7 +51,7 @@ If `provider` doesn't match a known slug, `Payment` renders nothing rather than
Both the named provider components (`PaymentVisa`, `PaymentMastercard`, ...) and the dynamic `Payment` component accept the same set of props. Quick reference:
| name | type | default | required |
| --------- | -------------------- | ------- | -------- |
| ---------- | ------------------- | ------- | -------------- |
| `variant` | `'light' \| 'dark'` | `light` | no |
| `size` | `string \| number` | `24` | no |
| `title` | `string` | — | no |
+1 -1
View File
@@ -51,7 +51,7 @@ If `provider` doesn't match a known slug, `Payment` renders nothing rather than
Both the named provider components (`PaymentVisa`, `PaymentMastercard`, ...) and the dynamic `Payment` component accept the same set of props. Quick reference:
| name | type | default | required |
| --------- | -------------------- | ------- | -------- |
| ---------- | ------------------- | ------- | -------------- |
| `variant` | `'light' \| 'dark'` | `light` | no |
| `size` | `string \| number` | `24` | no |
| `title` | `string` | — | no |
+1 -1
View File
@@ -57,7 +57,7 @@ If `provider` doesn't match a known slug, `Payment` renders nothing rather than
Both the named provider components (`PaymentVisa`, `PaymentMastercard`, ...) and the dynamic `Payment` component accept the same set of props. Quick reference:
| name | type | default | required |
| --------- | -------------------- | ------- | -------- |
| ---------- | ------------------- | ------- | -------------- |
| `variant` | `'light' \| 'dark'` | `light` | no |
| `size` | `string \| number` | `24` | no |
| `title` | `string` | — | no |