Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkaye97 committed Jan 31, 2025
1 parent 9b30a3c commit beb30db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit beb30db

Please sign in to comment.