Revert "feat: badge for tax 2025 bug (#5230)"

This reverts commit 6d1b0eef15.
This commit is contained in:
Prospector
2026-01-27 16:31:15 -08:00
parent 638bb55649
commit 2cf82349a5
6 changed files with 6 additions and 23 deletions

View File

@@ -159,7 +159,6 @@ interface UserBalanceResponse {
const props = defineProps<{
balance: UserBalanceResponse | null
preloadedPaymentData?: { country: string; methods: PayoutMethod[] } | null
userBadges?: number
}>()
const emit = defineEmits<{
@@ -195,7 +194,6 @@ const { addNotification } = injectNotificationManager()
const withdrawContext = createWithdrawContext(
props.balance,
props.preloadedPaymentData || undefined,
props.userBadges,
)
provideWithdrawContext(withdrawContext)