mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-24 02:59:55 -05:00
fix string interpolation payment methods (#2072)
This commit is contained in:
@@ -79,7 +79,7 @@ export function PaymentMethods({
|
||||
<Icon size={24} />
|
||||
{method.brand.toUpperCase()}
|
||||
{method.last4 && ` *** *** ${method.last4} `}
|
||||
{method.expiration && `(Expires {method.expiration})`}
|
||||
{method.expiration && `(Expires ${method.expiration})`}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user