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

Labels: bug, good first issue, frontend, Stellar Wave

There's a stray Token: line inside handleWithdraw that's just leftover junk.

frontend/src/app/streams/[id]/page.tsx:219: right before setWithdrawing(true) there's a bare Token: which is actually a JS labeled statement doing nothing. It's accidental leftover code and the kind of thing lint should be catching.

Done when

  • The Token: label is removed from handleWithdraw
  • Withdraw still works and toggles the withdrawing state correctly
  • Lint passes clean (no unused-label / no-unused-expressions)

Where to start
One line in page.tsx. Don't refactor the withdraw flow, just delete the label. Good first issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardOfficial Campaign | FWC26Campaign: Official Campaign | FWC26Stellar WaveIssues in the Stellar wave programbugSomething isn't workingfrontendFrontend related tasksgood first issueGood for newcomers

    Type

    No type

    Fields

    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