diff --git a/app/category-page/[categoryId]/page.tsx b/app/category-page/[categoryId]/page.tsx index 9ce33350..80aa0ef4 100644 --- a/app/category-page/[categoryId]/page.tsx +++ b/app/category-page/[categoryId]/page.tsx @@ -76,15 +76,15 @@ const ViewProduct = ({ categoryId }: { categoryId: string }) => { {filteredProducts.map((product, index) => ( - +