feat: badge for tax 2025 bug (#5230)

This commit is contained in:
Calum H.
2026-01-27 19:03:54 +00:00
committed by GitHub
parent 03658b6a62
commit 6d1b0eef15
6 changed files with 23 additions and 6 deletions

View File

@@ -3,6 +3,7 @@
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">
@@ -272,7 +273,7 @@ import RevenueTransaction from '~/components/ui/dashboard/RevenueTransaction.vue
const { formatMessage } = useVIntl()
await useAuth()
const auth = await useAuth()
// TODO: Deduplicate these types & interfaces in @modrinth/api-client PR.
type FormCompletionStatus = 'unknown' | 'unrequested' | 'unsigned' | 'tin-mismatch' | 'complete'