Skip to content

Commit

Permalink
fixed error that was causing failure at build time
Browse files Browse the repository at this point in the history
  • Loading branch information
DustyDogCodex committed Oct 20, 2023
1 parent ded9b04 commit 98fa40d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Media.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ function Media() {
} else if (swipe > swipeConfidenceThreshold) {
paginate(-1)
}
return e
}}
/>
</AnimatePresence>
Expand Down

0 comments on commit 98fa40d

Please sign in to comment.