diff --git a/assets/components/products.jsx b/assets/components/products.jsx
index 75c4519..c4e2425 100644
--- a/assets/components/products.jsx
+++ b/assets/components/products.jsx
@@ -6,11 +6,11 @@ import {
ChevronUpDownIcon,
} from '@heroicons/react/16/solid'
-function Products({ products, selected }) {
+function Products({ products, interval, selected }) {
return (