From 9625effe8a68d4dd1ffda8ac2c978274226550fa Mon Sep 17 00:00:00 2001 From: Andrey Morozov Date: Tue, 18 Jun 2024 22:03:21 +0300 Subject: [PATCH] fix: prettier --- src/components/Table/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Table/README.md b/src/components/Table/README.md index a18f7b9485..4266021d67 100644 --- a/src/components/Table/README.md +++ b/src/components/Table/README.md @@ -94,7 +94,7 @@ type TableActionConfig = TableAction | TableActionGroup; | target | Same as the `target` attribute of the `` tag. | `string` | | | rel | Same as the `rel` attribute of the `` tag. | `string` | | | theme | Theme | `"normal"` `"danger"` | `"normal"` | -| icon | Icon to display next to the text | `React.ReactNode` | | +| icon | Icon to display next to the text | `React.ReactNode` | | #### TableActionGroup