Added a missing space

This commit is contained in:
Tiago Ribeiro
2024-05-16 15:42:13 +01:00
parent e77fd16d26
commit d50904611c

View File

@@ -128,8 +128,7 @@ export default function PaymentDue({user, hasExpired = false, clientID, reload}:
{appliedDiscount && (
<div className="flex items-center gap-2">
<span className="text-2xl line-through">
{p.price}
{p.currency}
{p.price} {p.currency}
</span>
<span className="text-2xl text-mti-red-light">
{(p.price - p.price * (appliedDiscount / 100)).toFixed(2)} {p.currency}