Files
supabase/apps
Danny White aa674dd536 fix(studio): unused credit card expiry label in test (#45300)
## What kind of change does this PR introduce?

Bug fix.

## What is the current behavior?

PR #44965 introduced an unused `cardExpiryLabel` constant in
`CreditCard.tsx`, which causes `studio#typecheck` to fail with `TS6133`
after the branch is merged into `master`.

## What is the new behavior?

Removes the unused constant so Studio typecheck passes again without
changing payment method behaviour.


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Refactor**
  * Removed unused code to improve code quality and maintainability.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-04-28 14:05:36 +08:00
..