diff --git a/src/components/quota/QuotaSection.tsx b/src/components/quota/QuotaSection.tsx index 83c3d93..91c6271 100644 --- a/src/components/quota/QuotaSection.tsx +++ b/src/components/quota/QuotaSection.tsx @@ -24,7 +24,7 @@ type QuotaSetter = (updater: QuotaUpdater) => void; type ViewMode = 'paged' | 'all'; -const MAX_ITEMS_PER_PAGE = 14; +const MAX_ITEMS_PER_PAGE = 25; const MAX_SHOW_ALL_THRESHOLD = 30; interface QuotaPaginationState {