Skip to content

Commit

Permalink
Fix compare
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 authored Jan 13, 2023
1 parent 7e0e1b6 commit d315a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/routes/Storage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d315a76

Please sign in to comment.