Skip to content

fix: rename SupportTx.senderAddress to supporterAddress to match API …#739

Merged
OlaGreat merged 1 commit into
OlaGreat:mainfrom
olywales-stack:fix/681-supporttx-sender-address-field
Jun 30, 2026
Merged

fix: rename SupportTx.senderAddress to supporterAddress to match API …#739
OlaGreat merged 1 commit into
OlaGreat:mainfrom
olywales-stack:fix/681-supporttx-sender-address-field

Conversation

@olywales-stack

Copy link
Copy Markdown
Contributor

The SupportTx type in the profile page used senderAddress but the backend API returns supporterAddress. Any code reading tx.senderAddress got undefined at runtime with no TypeScript error.

  • frontend/src/app/profile/[username]/page.tsx — renamed senderAddress: string to supporterAddress: string | null in the SupportTx type to match the actual API response shape.

Closes #681

@drips-wave

drips-wave Bot commented Jun 30, 2026

Copy link
Copy Markdown

@olywales-stack Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@github-actions

Copy link
Copy Markdown

Lighthouse Report 🚀

Category Score
Performance 86 🟢
Accessibility 100 🟢
Best Practices 96 🟢
SEO 100 🟢

Web Vitals

Metric Value
LCP (target < 4.0 s) 1.87 s
TBT (target < 500 ms) 611 ms
CLS (target < 0.15) 0.000

Ran 3 audit(s) on 2026-06-30

@OlaGreat OlaGreat merged commit 3476520 into OlaGreat:main Jun 30, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Frontend] Profile page SupportTx type uses wrong field name senderAddress

2 participants