refactor: remove unnecessary Skeleton component in billing and credits balance cards
This commit is contained in:
parent
779493965c
commit
978f13a368
@ -111,7 +111,6 @@ export default function BillingCard() {
|
|||||||
<Skeleton className="h-6 w-1/5" />
|
<Skeleton className="h-6 w-1/5" />
|
||||||
</div>
|
</div>
|
||||||
<div className="text-sm text-muted-foreground space-y-2">
|
<div className="text-sm text-muted-foreground space-y-2">
|
||||||
<Skeleton className="h-6 w-2/5" />
|
|
||||||
<Skeleton className="h-6 w-3/5" />
|
<Skeleton className="h-6 w-3/5" />
|
||||||
</div>
|
</div>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
|
@ -131,7 +131,6 @@ export default function CreditsBalanceCard() {
|
|||||||
<Skeleton className="h-6 w-1/5" />
|
<Skeleton className="h-6 w-1/5" />
|
||||||
</div>
|
</div>
|
||||||
<div className="text-sm text-muted-foreground space-y-2">
|
<div className="text-sm text-muted-foreground space-y-2">
|
||||||
<Skeleton className="h-6 w-2/5" />
|
|
||||||
<Skeleton className="h-6 w-3/5" />
|
<Skeleton className="h-6 w-3/5" />
|
||||||
</div>
|
</div>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
|
Loading…
Reference in New Issue
Block a user