From 79a829e04ef9047e8fa6d6cb3ca6216af66f95e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Fri, 16 Aug 2024 12:14:11 +0200 Subject: [PATCH] Style improvement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- src/components/dropdown-menu/dropdown-menu.tsx | 2 -- src/components/status-action-button.tsx | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/dropdown-menu/dropdown-menu.tsx b/src/components/dropdown-menu/dropdown-menu.tsx index 50f5c1de8..528044066 100644 --- a/src/components/dropdown-menu/dropdown-menu.tsx +++ b/src/components/dropdown-menu/dropdown-menu.tsx @@ -265,8 +265,6 @@ const DropdownMenu = (props: IDropdownMenu) => { const autoFocus = !items.some((item) => item?.active); - console.log(placement); - return ( <> {children ? ( diff --git a/src/components/status-action-button.tsx b/src/components/status-action-button.tsx index fdb25db3e..c1fe7df02 100644 --- a/src/components/status-action-button.tsx +++ b/src/components/status-action-button.tsx @@ -89,7 +89,7 @@ const StatusActionButton = React.forwardRef