forked from Github/frigate
Don't show preview for birdseye (#11749)
* Don't show preview for birdseye * Retry ws connection on error * Flex wrap cameras labels
This commit is contained in:
@@ -527,7 +527,7 @@ export function RecordingView({
|
||||
>
|
||||
<div className="w-2" />
|
||||
{allCameras.map((cam) => {
|
||||
if (cam == mainCamera) {
|
||||
if (cam == mainCamera || cam == "birdseye") {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user