- Change teamsData.parties to teamsData.results (API returns "results" not "parties") - Change teamsData.pagination to teamsData.meta (API returns "meta" not "pagination") - Map meta.count to record_count for pagination - Use page parameter for current_page instead of expecting it from API - Fix raidGroups to use direct array instead of .raid_groups property Aligns frontend expectations with actual backend API response format 🤖 Generated with Claude Code https://claude.ai/code Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| page.tsx | ||
| TeamsPageClient.tsx | ||