Summary
Renders 'Page 1 of 0' when stream array is empty.
Where
apps/web/src/hooks/use-pagination.ts:20-35
Why this is a real bug, not just lint noise
- Affects user experience, functionality, or performance in production.
- Needs to be addressed to ensure robustness across all supported devices and Stellar network states.
Fix
Clamp total pages to a minimum of 1.
Acceptance criteria
Summary
Renders 'Page 1 of 0' when stream array is empty.
Where
apps/web/src/hooks/use-pagination.ts:20-35Why this is a real bug, not just lint noise
Fix
Clamp total pages to a minimum of 1.
Acceptance criteria
apps/web/src/hooks/use-pagination.ts:20-35.