fix billing

This commit is contained in:
2025-12-12 20:39:08 -03:00
parent c516960b01
commit eb33938204
2 changed files with 15 additions and 6 deletions

View File

@@ -75,9 +75,7 @@ export default function Route({
</div>
<Await resolve={billing}>
{({ items }) => {
const billing = items.find((item) => item.sk === sk)
{({ items, ...billing }) => {
return (
<Card>
<CardContent className="space-y-2.5">