Skip to content

Commit

Permalink
fix eslint comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dobri1408 committed Apr 1, 2024
1 parent d560dcb commit 0fff8b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Blocks/Hero/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ function Hero({
const onScreen = useFirstVisited(bgImgRef);

return (
//clicking outside should cause the slate blocks to lose focus.
// eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/no-noninteractive-element-interactions
<div
className={cx(
Expand Down

0 comments on commit 0fff8b0

Please sign in to comment.