Skip to content

[Frontend] Stray Token: labeled statement left inside handleWithdraw on stream detail page #862

Description

@grantfox-oss

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

  • The Token: label is removed from handleWithdraw
  • handleWithdraw still withdraws and toggles the withdrawing state correctly
  • Lint passes with no unused-label/no-unused-expressions warning

Files to touch

  • frontend/src/app/streams/[id]/page.tsx

Out of scope

  • Refactoring the withdraw flow

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programbugSomething isn't workingfrontendFrontend related tasksgood first issueGood for newcomers

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions