mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 08:56:46 -04:00
aa674dd536
## 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 -->