Revert "feat: badge for tax 2025 bug (#5230)"
This reverts commit 6d1b0eef15.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user