File: src/app/tournaments/[id]/page.tsx
Priority: Major
Type: Bug
Description:
The [id] route parameter is never read. tournamentData is a hardcoded constant, so every URL (/tournaments/1, /tournaments/99, /tournaments/abc) renders the exact same "ArenaX eFootball Masters Cup" data. The page is non-functional as a dynamic route.
Acceptance criteria:
File:
src/app/tournaments/[id]/page.tsxPriority: Major
Type: Bug
Description:
The
[id]route parameter is never read.tournamentDatais a hardcoded constant, so every URL (/tournaments/1,/tournaments/99,/tournaments/abc) renders the exact same "ArenaX eFootball Masters Cup" data. The page is non-functional as a dynamic route.Acceptance criteria:
params.idis read from the route