From 2baa2eb0d162b74d15475518b126c691b55e7560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Fri, 28 Mar 2025 19:05:34 +0400 Subject: [PATCH] Fix lint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- apps/console/src/components/ui/table.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/console/src/components/ui/table.tsx b/apps/console/src/components/ui/table.tsx index 1031493c9..265d6cbe3 100644 --- a/apps/console/src/components/ui/table.tsx +++ b/apps/console/src/components/ui/table.tsx @@ -65,7 +65,7 @@ TableRow.displayName = "TableRow"; const TableHead = React.forwardRef< HTMLTableCellElement, - React.ThHTMLAttributes + React.HTMLAttributes >(({ className, ...props }, ref) => ( + React.HTMLAttributes >(({ className, ...props }, ref) => (