Skip to content

Commit

Permalink
eslint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Mar 27, 2024
1 parent 48acb9a commit efbcb2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devcon/src/pages/road-to-devcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -680,8 +680,8 @@ const Gallery = React.memo(() => {
const SlideControls = ({ sectionRefs, controlsRef, goToSection }: any) => {
const [showDragIndicator, setShowDragIndicator] = React.useState(true)

const sections = sectionRefs.map((ref: any) => {
// @ts-ignore
const sections: any[] = sectionRefs.map((ref: any) => {
// eslint-disable-next-line
return useIntersectionRatio(ref, {
root: 'intersection-root',
})
Expand Down

0 comments on commit efbcb2b

Please sign in to comment.