Merge pull request #637 from dermotduffy/update-deps

Update deps en masse
This commit is contained in:
Dermot Duffy
2022-06-07 20:53:57 -07:00
committed by GitHub
6 changed files with 1027 additions and 860 deletions
-2
View File
@@ -77,8 +77,6 @@ export class FrigateCardDrawer extends LitElement {
this.empty =
!elements ||
!elements.length ||
// If the element has the special attribute 'empty' also hide it, this is
// used to hide carousels that have no actual contents.
elements.every((element) => {
const box = element.getBoundingClientRect();
return !box.width || !box.height;