summaryrefslogtreecommitdiff
path: root/src-migrate/modules/product-slider/components
diff options
context:
space:
mode:
Diffstat (limited to 'src-migrate/modules/product-slider/components')
-rw-r--r--src-migrate/modules/product-slider/components/ProductSlider.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/modules/product-slider/components/ProductSlider.tsx b/src-migrate/modules/product-slider/components/ProductSlider.tsx
index 6ef9f688..3d6e7593 100644
--- a/src-migrate/modules/product-slider/components/ProductSlider.tsx
+++ b/src-migrate/modules/product-slider/components/ProductSlider.tsx
@@ -14,7 +14,7 @@ type Props = {
}
const ProductSlider = ({ products, productLayout }: Props) => {
- const { isDesktop, isMobile } = useDevice()
+ const { isDesktop } = useDevice()
return (
<div>