From cd352237ad8894e26e53b80addd3b5e7b9391ccf Mon Sep 17 00:00:00 2001 From: raphjaph Date: Mon, 20 Jan 2025 15:29:47 +0100 Subject: [PATCH] Amend --- www/src/components/ui/button.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/src/components/ui/button.tsx b/www/src/components/ui/button.tsx index a26f852..79812a5 100644 --- a/www/src/components/ui/button.tsx +++ b/www/src/components/ui/button.tsx @@ -53,6 +53,4 @@ const Button = React.forwardRef( } ); -Button.displayName = "Button"; - export { Button, buttonVariants };