the-tip-top-frontend/app/employe/verification
soufiane ecdfb826be fix: use correct Ticket type properties in verification page
Fix property access to match the Ticket type definition:
- ticket.user_name → ticket.user?.firstName + lastName
- ticket.user_email → ticket.user?.email
- ticket.prize_name → ticket.prize?.name
- ticket.played_at → ticket.playedAt

The Ticket type uses camelCase and nested objects (user, prize),
not snake_case flat properties.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 00:52:12 +01:00
..
page-new.tsx fix: add type annotation to badges object in getStatusBadge 2025-11-18 00:42:31 +01:00
page.tsx fix: use correct Ticket type properties in verification page 2025-11-18 00:52:12 +01:00