refactor: remove unnecessary Skeleton component in billing and credits balance cards

This commit is contained in:
javayhu 2025-08-20 00:18:02 +08:00
parent 779493965c
commit 978f13a368
2 changed files with 0 additions and 2 deletions

View File

@ -111,7 +111,6 @@ export default function BillingCard() {
<Skeleton className="h-6 w-1/5" />
</div>
<div className="text-sm text-muted-foreground space-y-2">
<Skeleton className="h-6 w-2/5" />
<Skeleton className="h-6 w-3/5" />
</div>
</CardContent>

View File

@ -131,7 +131,6 @@ export default function CreditsBalanceCard() {
<Skeleton className="h-6 w-1/5" />
</div>
<div className="text-sm text-muted-foreground space-y-2">
<Skeleton className="h-6 w-2/5" />
<Skeleton className="h-6 w-3/5" />
</div>
</CardContent>