mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
Upgrade dependencies
This commit is contained in:
@@ -79,6 +79,7 @@
|
||||
<script>
|
||||
(function () {
|
||||
'use strict';
|
||||
|
||||
// mapping domain to size of the card.
|
||||
var DOMAINS_WITH_CARD = {
|
||||
camera: 4,
|
||||
@@ -147,8 +148,7 @@
|
||||
'updateCards(columns, states, showIntroduction, panelVisible, viewVisible)',
|
||||
],
|
||||
|
||||
updateCards: function (columns, states, showIntroduction,
|
||||
panelVisible, viewVisible) {
|
||||
updateCards: function (columns, states, showIntroduction, panelVisible, viewVisible) {
|
||||
/* eslint-disable no-console */
|
||||
if (!panelVisible || !viewVisible) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user