diff --git a/apps/dashboard/src/@/components/ui/table.tsx b/apps/dashboard/src/@/components/ui/table.tsx
index aad6ec54bb9..5c586685eaf 100644
--- a/apps/dashboard/src/@/components/ui/table.tsx
+++ b/apps/dashboard/src/@/components/ui/table.tsx
@@ -24,11 +24,7 @@ const TableHeader = React.forwardRef<
>(({ className, ...props }, ref) => (
));
diff --git a/apps/playground-web/src/components/ui/table.tsx b/apps/playground-web/src/components/ui/table.tsx
index aad6ec54bb9..5c586685eaf 100644
--- a/apps/playground-web/src/components/ui/table.tsx
+++ b/apps/playground-web/src/components/ui/table.tsx
@@ -24,11 +24,7 @@ const TableHeader = React.forwardRef<
>(({ className, ...props }, ref) => (
));