Skip to content

Commit

Permalink
fix: 🔇 removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
dobromiryor committed Jul 21, 2024
1 parent 26d727b commit cd4867b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/atoms/ScrollButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ export const ScrollButtons = ({ children }: ScrollButtonProps) => {
: ref.current?.clientWidth / 2,
behavior: "smooth",
});

console.log(ref.current?.offsetWidth);
};

const buttonStyles =
Expand Down

0 comments on commit cd4867b

Please sign in to comment.