refactor: resolve issue fix
This commit is contained in:
@@ -66,7 +66,6 @@ function ProductDetails({ productId }) {
|
||||
<span>{formatPrice(totalPrice)}</span>
|
||||
)}
|
||||
</span>
|
||||
<span className="ml-2 text-sm">INR</span>
|
||||
</div>
|
||||
) : (
|
||||
<div className="text-2xl text-[#C17A0F]">Price on request</div>
|
||||
|
||||
Reference in New Issue
Block a user