From 55ecdd06ac6bfb7127e7a2959879529469c1e874 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Mon, 12 Oct 2020 12:30:44 -0300 Subject: [PATCH] ts error --- components/product/ProductView/ProductView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/product/ProductView/ProductView.tsx b/components/product/ProductView/ProductView.tsx index 365f8bf66..0609afa46 100644 --- a/components/product/ProductView/ProductView.tsx +++ b/components/product/ProductView/ProductView.tsx @@ -10,8 +10,8 @@ import { useUI } from '@components/ui/context' interface ProductData { name: string - images: any - prices: any + images?: any + prices?: any path: string }