From 417e669ab32723ecf1eb64fae5a55bcf303a174c Mon Sep 17 00:00:00 2001 From: vince Date: Mon, 28 Oct 2024 11:50:53 +0100 Subject: [PATCH] Check if active_shift is null instead of 0 --- .../templates/status_screen/venue_status_screen.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/status_screen/templates/status_screen/venue_status_screen.html b/website/status_screen/templates/status_screen/venue_status_screen.html index 1b8c235a..8132028d 100644 --- a/website/status_screen/templates/status_screen/venue_status_screen.html +++ b/website/status_screen/templates/status_screen/venue_status_screen.html @@ -234,7 +234,7 @@

No player for this venue

}).then(active_shift => { this.active_shift = active_shift; - if (this.active_shift !== 0) { + if (this.active_shift !== null) { document.getElementById('player-container').style.display = 'none'; fetch(