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

@@ -3,7 +3,6 @@
ref="withdrawModal"
:balance="userBalance"
:preloaded-payment-data="preloadedPaymentMethods"
:user-badges="auth.user?.badges"
@refresh-data="refreshData"
/>
<div class="mb-20 flex flex-col gap-6 lg:pl-8">
@@ -273,7 +272,7 @@ import RevenueTransaction from '~/components/ui/dashboard/RevenueTransaction.vue
const { formatMessage } = useVIntl()
const auth = await useAuth()
await useAuth()
// TODO: Deduplicate these types & interfaces in @modrinth/api-client PR.
type FormCompletionStatus = 'unknown' | 'unrequested' | 'unsigned' | 'tin-mismatch' | 'complete'