Maple Leafs activate C David Kampf from long-term injured reserve
Toronto centre David Kampf has been activated from the long-term injured reserve after missing the last 12 games with a lower-body injury, the team announced Wednesday.
The Maple Leafs are getting a piece back as they look to get ready for a matchup against the Dallas Stars.
Toronto centre David Kampf has been activated from the long-term injured reserve after missing the last 12 games with a lower-body injury, the team announced Wednesday.
Kampf, 29, appeared in the first 18 games of the season for the Leafs, tallying three assists in 12:18 average time on ice.
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_3194fcac745b353d24ad9e61734a68d4', 'nhl', 'f84f4c5c-8908-49a3-9fd4-ae707e0f9f1b');
He last suited up against the Edmonton Oilers on Nov. 16.
One of the more trusted penalty-killers in the lineup, head coach Craig Berube commented on the impact Kampf brings back to the team.
“He’s a big body there. He did a really good job of killing with [Mitch] Marner while [Auston] Matthews was out,” Berube said of Kampf after practice on Tuesday. “It gives us more flexibility for sure. I like his size down the middle.”
The Maple Leafs are set to take on the Stars on Wednesday night. Catch the action on Sportsnet or stream on Sportsnet+ at 7:30 p.m. ET / 4:30 p.m. PT.