Added a missing space
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user