From cd4867be4bd81234a1695f08350a11d3880b7a62 Mon Sep 17 00:00:00 2001 From: Dobromir Yordanov <32433021+dobromiryor@users.noreply.github.com> Date: Sun, 21 Jul 2024 15:35:49 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=94=87=20removed=20log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/atoms/ScrollButtons.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/atoms/ScrollButtons.tsx b/src/components/atoms/ScrollButtons.tsx index d913976..22e51b0 100644 --- a/src/components/atoms/ScrollButtons.tsx +++ b/src/components/atoms/ScrollButtons.tsx @@ -36,8 +36,6 @@ export const ScrollButtons = ({ children }: ScrollButtonProps) => { : ref.current?.clientWidth / 2, behavior: "smooth", }); - - console.log(ref.current?.offsetWidth); }; const buttonStyles =