Telegram (ask questions / claim the issue here first): https://t.me/+DOylgFv1jyJlNzM0
Why this matters
frontend/src/app/streams/[id]/page.tsx:219 - handleWithdraw contains a bare Token: line (a JS labeled statement) immediately before setWithdrawing(true). It is accidental leftover code, serves no purpose, and is the kind of thing lint/typecheck should flag.
Acceptance criteria
Files to touch
frontend/src/app/streams/[id]/page.tsx
Out of scope
- Refactoring the withdraw flow
Why this matters
frontend/src/app/streams/[id]/page.tsx:219 - handleWithdraw contains a bare Token: line (a JS labeled statement) immediately before setWithdrawing(true). It is accidental leftover code, serves no purpose, and is the kind of thing lint/typecheck should flag.
Acceptance criteria
Files to touch
frontend/src/app/streams/[id]/page.tsxOut of scope