feat(F-192): completed feature
This commit is contained in:
@@ -149,7 +149,7 @@ export default async function ProductPage({ params }: Props) {
|
||||
<span className="text-lg text-gray-500">inc. IVA</span>
|
||||
</div>
|
||||
<div className="mt-2 text-sm text-gray-500">
|
||||
{formatPrice(netCents)} sin IVA · IVA {vatPercent}%
|
||||
{formatPrice(netCents)} sin IVA ({vatPercent}%)
|
||||
</div>
|
||||
</div>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user