4
0
forked from crowetic/commerce

Removed code related to unused image sizes API

This commit is contained in:
Luis Alvarez
2020-10-25 19:50:33 -05:00
parent 4862dc6bbd
commit 50c50b6d53
9 changed files with 36 additions and 143 deletions

View File

@@ -27,7 +27,7 @@ type Props = Omit<
const EnhancedImage: FC<Props & JSX.IntrinsicElements['img']> = ({
...props
}) => {
const [ref, inView] = useInView({
const [ref] = useInView({
triggerOnce: true,
rootMargin: '220px 0px',
})