Nylander, Domi return to Maple Leafs’ lineup vs. Penguins
The Toronto Maple Leafs will have William Nylander and Max Domi back in the fold as they try to bounce back from Friday’s loss.
Nylander missed Toronto’s game against the Washington Capitals due to an illness, and Domi was scratched for the first time in his Maple Leafs tenure.
But both will return to the ice Saturday against the Pittsburgh Penguins in the place of forwards Calle Jarnkrok and Matias Maccelli, head coach Craig Berube told reporters before the game.
Along with Nylander and Domi, defenceman Philippe Myers will slot into the lineup in Simon Benoit’s spot, who flew home to attend a funeral.
Nylander leads Toronto with 31 points in 20 games this season. Domi, meanwhile, has struggled through the beginning of the year, collecting just six points in 23 contests while posting a minus-13 rating.
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_2b05a40bb58fd4e971943e04165d4b1f', 'NHL', '9d40e73f-a391-4a03-b428-570923b97d39');
“I don’t know if it’s the defensive side of things. I think positionally he’s been solid,” Berube explained to Sportsnet’s Luke Fox of Friday’s scratch. “I know his plus/minus doesn’t say that, but I wouldn’t say positionally that causes a lot of (goals against) for me.”
You can watch as the Maple Leafs look to get back in the win column on Hockey Night in Canada. Puck drop is scheduled for 7 p.m. ET / 4 p.m. PT and can be seen on Sportsnet and Sportsnet+.
What's Your Reaction?
Like
0
Dislike
0
Love
0
Funny
0
Angry
0
Sad
0
Wow
0