Skip to content

Commit

Permalink
components: Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tbantle22 committed Mar 3, 2025
1 parent 9fa1fe1 commit 8bac910
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components/src/ScrollToButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export default function ScrollToButton(props: Props) {
<Button
className={css.button}
onClick={() => {
if (!props.refToScroll.current) return;
props.refToScroll.current.scrollIntoView();
}}
size="small"
Expand Down

0 comments on commit 8bac910

Please sign in to comment.