fix: show shots bar during intermission
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -40,7 +40,7 @@ function renderLiveGame(game) {
|
||||
|
||||
const dot = running ? `<span class="live-dot"></span>` : '';
|
||||
|
||||
const shots = !intermission ? shotsBar(game['Away Shots'], game['Home Shots']) : '';
|
||||
const shots = shotsBar(game['Away Shots'], game['Home Shots']);
|
||||
|
||||
const hype = !intermission ? `
|
||||
<div class="hype-meter">
|
||||
|
||||
Reference in New Issue
Block a user