From 42d22ae86e7fa1126fcf9f1a7fbfe9e1c3c946ab Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Tue, 4 Jun 2024 19:07:08 -0300 Subject: [PATCH] fixed unnecessary code at Button --- src/frontend/src/components/ui/button.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/frontend/src/components/ui/button.tsx b/src/frontend/src/components/ui/button.tsx index d7562d58a..da9107a69 100644 --- a/src/frontend/src/components/ui/button.tsx +++ b/src/frontend/src/components/ui/button.tsx @@ -80,10 +80,8 @@ const Button = React.forwardRef( {...props} > {loading ? ( - - - {newChildren} - + + {newChildren}