Fix 2 Title cards in pre-built views

Closes #56
This commit is contained in:
DigiLive
2023-09-19 18:36:43 +02:00
parent 7a763a18a9
commit 629dfa610d
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -65,7 +65,7 @@ class AbstractView {
*/
async createViewCards() {
/** @type Object[] */
const viewCards = [this.viewTitleCard];
const viewCards = [];
// Create cards for each area.
for (const area of Helper.areas) {