fix billing
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user