From 98d671e4f2a9366d49ece11255d5354dcd4c3477 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 13 Jun 2024 16:21:00 -0600 Subject: [PATCH] Format camera name --- web/src/components/player/PreviewPlayer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/player/PreviewPlayer.tsx b/web/src/components/player/PreviewPlayer.tsx index 79098f56a..82b9ca8e7 100644 --- a/web/src/components/player/PreviewPlayer.tsx +++ b/web/src/components/player/PreviewPlayer.tsx @@ -323,7 +323,7 @@ function PreviewVideoPlayer({ {cameraPreviews && !currentPreview && (
- No Preview Found for {camera} + No Preview Found for {camera.replaceAll("_", " ")}
)} {firstLoad && } @@ -536,7 +536,7 @@ function PreviewFramesPlayer({ /> {previewFrames?.length === 0 && (
- No Preview Found for {camera} + No Preview Found for {camera.replaceAll("_", " ")}
)} {firstLoad && }