diff --git a/web/default/src/features/wallet/components/dialogs/billing-history-dialog.tsx b/web/default/src/features/wallet/components/dialogs/billing-history-dialog.tsx index e5d3d20e..d0b31491 100644 --- a/web/default/src/features/wallet/components/dialogs/billing-history-dialog.tsx +++ b/web/default/src/features/wallet/components/dialogs/billing-history-dialog.tsx @@ -35,7 +35,6 @@ import { import { Button } from '@/components/ui/button' import { Input } from '@/components/ui/input' import { Label } from '@/components/ui/label' -import { ScrollArea } from '@/components/ui/scroll-area' import { Select, SelectContent, @@ -145,7 +144,7 @@ export function BillingHistoryDialog({ {/* Records List */} - +
{loading ? (
{Array.from({ length: 5 }).map((_, i) => ( @@ -275,7 +274,7 @@ export function BillingHistoryDialog({ })}
)} - +
{/* Pagination */} {!loading && records.length > 0 && (