mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-04 09:58:51 +03:00
Include sidebar change
This commit is contained in:
+1
-4
@@ -78,8 +78,7 @@ function SortedRecordingCameras({ unsortedCameras }) {
|
||||
return (
|
||||
<Fragment>
|
||||
<Separator />
|
||||
{sortedCameras.map(([camera, conf]) => {
|
||||
if (conf.record.enabled) {
|
||||
{sortedCameras.map(([camera, _]) => {
|
||||
return (
|
||||
<Destination
|
||||
key={camera}
|
||||
@@ -88,8 +87,6 @@ function SortedRecordingCameras({ unsortedCameras }) {
|
||||
text={camera}
|
||||
/>
|
||||
);
|
||||
}
|
||||
return null;
|
||||
})}
|
||||
<Separator />
|
||||
</Fragment>
|
||||
|
||||
Reference in New Issue
Block a user