mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +03:00
Fix compare
This commit is contained in:
parent
7e0e1b696a
commit
d315a76ca7
@ -25,7 +25,7 @@ export default function Storage() {
|
|||||||
let storage_usage;
|
let storage_usage;
|
||||||
if (
|
if (
|
||||||
service &&
|
service &&
|
||||||
service['storage']['/media/frigate/recordings']['total'] != service['storage']['/media/frigate/recordings']['total']
|
service['storage']['/media/frigate/recordings']['total'] != service['storage']['/media/frigate/clips']['total']
|
||||||
) {
|
) {
|
||||||
storage_usage = (
|
storage_usage = (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user