refactor(AdminProductList): remove unused product details and clean up JSX structure
This commit is contained in:
@@ -266,15 +266,3 @@ export default function AdminProductList({ products }: Props) {
|
|||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
</div>
|
|
||||||
<div style={{ fontSize: '0.8rem', color: '#888' }}>
|
|
||||||
Normalized: {product.normalizedName}
|
|
||||||
</div>
|
|
||||||
<EditProductForm product={product} />
|
|
||||||
</article>
|
|
||||||
))}
|
|
||||||
</div>
|
|
||||||
</>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user