From c985b5616f83975c1cce92e4f3971a79a7aef2a1 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Mon, 10 Jul 2023 20:29:04 -0600 Subject: [PATCH] Fix reversed condition --- web/src/routes/Birdseye.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/routes/Birdseye.jsx b/web/src/routes/Birdseye.jsx index 7cdb23efa..d41e04b04 100644 --- a/web/src/routes/Birdseye.jsx +++ b/web/src/routes/Birdseye.jsx @@ -33,7 +33,7 @@ export default function Birdseye() { } let player; - const playerClass = ptzCameras.length || !isMaxWidth ? 'w-full' : 'max-w-5xl xl:w-1/2'; + const playerClass = ptzCameras.length || isMaxWidth ? 'w-full' : 'max-w-5xl xl:w-1/2'; if (viewSource == 'mse' && config.birdseye.restream) { if ('MediaSource' in window) { player = (