Cart fixes (backend), adjusted header, added footer, mobile formatting updates
This commit is contained in:
@@ -41,6 +41,7 @@ export default function ProductDetailPage() {
|
||||
|
||||
{!loading && !error && product && (
|
||||
<ProductProfile
|
||||
prodId={product.prodId}
|
||||
prodName={product.prodName}
|
||||
categoryName={product.categoryName}
|
||||
prodDesc={product.prodDesc}
|
||||
|
||||
Reference in New Issue
Block a user