mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Include sidebar change
This commit is contained in:
parent
60fb80ff24
commit
6f90462f06
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user