diff --git a/postcss.config.js b/postcss.config.js index a8c52eea..9d55d43f 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -2,6 +2,6 @@ export default { plugins: { 'postcss-import': {}, tailwindcss: {}, - autoprefixer: {}, - }, + autoprefixer: {} + } } diff --git a/src/components/ui/table.tsx b/src/components/ui/table.tsx index f836a521..b6563163 100644 --- a/src/components/ui/table.tsx +++ b/src/components/ui/table.tsx @@ -30,7 +30,7 @@ React.HTMLAttributes >(({ className, ...props }, ref) => ( )) @@ -55,7 +55,7 @@ React.HTMLAttributes