## Goal Assert friendly empty-state copy when the transactions array is empty. ## Context `frontend/components/TransactionHistory.tsx`. ## Acceptance criteria - [ ] New `frontend/components/__tests__/TransactionHistory.test.tsx` - [ ] One empty-array render test - [ ] Frontend tests pass ## Out of scope - Horizon fetching logic ## Conflict rule Do not edit `frontend/lib/stellar.ts`.
Goal
Assert friendly empty-state copy when the transactions array is empty.
Context
frontend/components/TransactionHistory.tsx.Acceptance criteria
frontend/components/__tests__/TransactionHistory.test.tsxOut of scope
Conflict rule
Do not edit
frontend/lib/stellar.ts.