Report: Canadian WR Jared Wayne to replace Diontae Johnson on Texans’ roster
Diontae Johnson’s loss is Jared Wayne’s gain.
Diontae Johnson’s loss is Jared Wayne’s gain.
With the Houston Texans cutting ties with the veteran receiver after he was visibly frustrated about his lack of usage in the team’s playoff opener, the Canadian-born Wayne will take Johnson’s spot on the active roster, Aaron Wilson of Houston’s KPRC2 reported Tuesday.
The Texans travel to Kansas City to face the Chiefs in the divisional playoff round on Saturday.
Wayne, from Peterborough, Ont., has been elevated from the practice roster three times this season and has yet to make a catch.
if (!res.ok) { throw new Error('Failed to fetch odds data'); }
const data = await res.json(); const oddsData = data?.data?.game?.details?.current_line; const visitingTeam = data?.data?.game?.visiting_team; const visitingTeamLogo = data?.data?.game?.visiting_team?.image_url_90; const homeTeam = data?.data?.game?.home_team; const homeTeamLogo = data?.data?.game?.home_team?.image_url_90; const gameTimestamp = data?.data?.game?.details?.timestamp;
return { oddsData, visitingTeam, visitingTeamLogo, homeTeam, homeTeamLogo, gameTimestamp }; }
async function renderBetMGM(componentId, league, gameId) { let oddsData, visitingTeam, visitingTeamLogo, homeTeam, homeTeamLogo, gameTimestamp, error;
const container = document.getElementById(componentId + '-odds'); if (!container) return;
try { ({ oddsData, visitingTeam, visitingTeamLogo, homeTeam, homeTeamLogo, gameTimestamp } = await fetchOddsData(league, gameId)); } catch (err) { error = err.message; }
if (error) { container.innerHTML = `
`; return; }
if (!oddsData) { container.innerHTML = `
`; return; }
let gameDate = new Date(gameTimestamp * 1000); const gameDateFormatted = gameDate.toLocaleDateString('en-US', { year: 'numeric', month: 'long', day: 'numeric' });
container.innerHTML = `
`; }
// Example usage renderBetMGM('block_5d898af30d6767e7f3eff260bd36bfd7', 'NFL', '9e0aac39-b534-48ee-8a88-af0214ecf20d');
Wayne signed with the Texans as an undrafted free agent in 2023. He wasn’t elevated to the active roster last year.
Wayne, 24, played college football at Pittsburgh. The Toronto Argonauts picked him in the second round of the 2023 CFL Draft.
Johnson was waived Tuesday after two games with the Texans. Johnson had just one target, a catch for 12 yards, in Houston’s wild-card win over the Los Angeles Chargers last week.
Johnson also played for the Carolina Panthers and Baltimore Ravens this season. The Ravens suspended him for one game earlier in the year for refusing to enter a game against Philadelphia.