mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-05-08 11:20:17 -05:00
fix (#1242)
This commit is contained in:
@@ -80,7 +80,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