### Description `MatchDetail.replayUrl` is defined in the type but `MatchDetailView.tsx` never renders a link to it, even when the field is present. ### Acceptance Criteria - [ ] When `replayUrl` is non-null, a "Watch Replay" button/link is shown in the match header. - [ ] The link opens in a new tab with appropriate `rel` attributes. - [ ] When `replayUrl` is null the button is not rendered (no empty placeholder). ---
Description
MatchDetail.replayUrlis defined in the type butMatchDetailView.tsxnever renders a link to it, even when the field is present.Acceptance Criteria
replayUrlis non-null, a "Watch Replay" button/link is shown in the match header.relattributes.replayUrlis null the button is not rendered (no empty placeholder).