mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Fix compare
This commit is contained in:
parent
7e0e1b696a
commit
d315a76ca7
@ -25,7 +25,7 @@ export default function Storage() {
|
||||
let storage_usage;
|
||||
if (
|
||||
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 = (
|
||||
<Fragment>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user