Skip to content

Commit

Permalink
Fix modrinth plus subscribing
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Nov 8, 2024
1 parent 33ad04d commit 8db4b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/billing/PurchaseModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ const metadata = computed(() => {
},
}
}
return {}
return null
})
function nextStep() {
Expand Down

0 comments on commit 8db4b3f

Please sign in to comment.